Html Css Color HEX #6220CE Purple Heart

📋 copy color: '#6220CE'

red 98 ◦ green 32 ◦ blue 206

#6220CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6220CE

Tints of Purple Heart #6220CE

RGB

 RED value IS 98 (38.67% from 255) = 29.17%

 GREEN value IS 32 (12.89% from 255) = 9.52%

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 29.17%
G = 9.52%
B = 61.31%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6220CE (or 0x6220CE) is known color: Purple Heart. HEX triplet: 62, 20 and CE. RGB value is (98,32,206). Sum of RGB (Red+Green+Blue) = 98+32+206=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #6220CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6220CE is #9DDF31. Grayscale: #464646. Windows color (decimal): -10346290 or 13508706. OLE color: 13508706.

HSL color Cylindrical-coordinate representation of color #6220CE: hue angle of 262.76º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6220CE is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 32 206 -
CMYK 0.52 0.84 0 0.19
HSL 262.76º 0.73% 0.47% -
HSV(B) 262.76º 0.84% 0.81% -
XYZ 16.69 8.09 59.07 -
YUV 71.57 203.87 146.85 -
System Red Green Blue C M Y K H S L
Decimal 98 32 206 0.52 0.84 0 0.19 262.76 0.73 0.47
Hex 62 20 CE 34 54 0 13 107 49 2F
Octal 142 40 316 64 124 0 23 407 111 57
Binary 1100010 100000 11001110 110100 1010100 0 10011 100000111 1001001 101111

Color Harmonies of #6220CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6220CE

Black with #6220CE

Text Example


Text Example

White with #6220CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6220CE; }

 p { color: rgb(98,32,206); }

 H1.HeaderClassName
 {
   color: #6220CE;
 }
 .AnyTagClassName
 {
   color: #6220CE;
 }
</style>

background-color css

<style>
 a { background-color: #6220CE; }

 a { background-color: rgb(98,32,206); }

 div.DivClassName
 {
   background-color: #6220CE;
 }
 .BgClassName
 {
   background-color: #6220CE;
 }
</style>

border-color css

<style>
 span { border-color: #6220CE; }

 span { border-color: rgb(98,32,206); }

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