#6227D2

Color #6227D2 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6227D2

Tints of Purple Heart #6227D2

Color information

#6227D2 (or 0x6227D2) is unknown color: approx Purple Heart. HEX triplet: 62, 27 and D2. RGB value is (98,39,210). Sum of RGB (Red+Green+Blue) = 98+39+210=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 210 (82.42% from 255 or 60.52% from 347); Max value from RGB is 210 - color contains mainly: blue. Hex color #6227D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6227D2 is #9DD82D. Grayscale: #4B4B4B. Windows color (decimal): -10344494 or 13772642. OLE color: 13772642.

HSL color Cylindrical-coordinate representation of color #6227D2: hue angle of 260.7º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6227D2 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9839210-
CMYK0.530.8100.18
HSL260.7º68.67%48.82%-
HSV(B)260.7º81.43%82.35%-
XYZ17.48.761.74-
YUV76.13203.55143.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 28.24%
GREEN value IS 39 (15.62% from 255) = 11.24%
BLUE value IS 210 (82.42% from 255) = 60.52%
R=28.24%
G=11.24%
B=60.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal98392100.530.8100.18260.768.6748.82
Hex6227D235510121054531
Octal142473226512102240510561
Binary11000101001111101001011010110100010100101000001011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6227D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6227D2; }

 p { color: rgb(98,39,210); }

 H1.HeaderClassName
 {
   color: #6227D2;
 }
 .AnyTagClassName
 {
   color: #6227D2;
 }
</style>
background-color css

<style>
 a { background-color: #6227D2; }

 a { background-color: rgb(98,39,210); }

 div.DivClassName
 {
   background-color: #6227D2;
 }
 .BgClassName
 {
   background-color: #6227D2;
 }
</style>
border-color css

<style>
 span { border-color: #6227D2; }

 span { border-color: rgb(98,39,210); }

 td.TdClassName
 {
   border-color: #6227D2;
 }
 .TagClassName
 {
   border-color: #6227D2;
 }
</style>