Html Css Color HEX #6620CF Purple Heart

📋 copy color: '#6620CF'

red 102 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #6620CF

Tints of Purple Heart #6620CF

RGB

 RED value IS 102 (40.23% from 255) = 29.91%

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

 BLUE value IS 207 (81.25% from 255) = 60.7%

R = 29.91%
G = 9.38%
B = 60.7%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6620CF (or 0x6620CF) is known color: Purple Heart. HEX triplet: 66, 20 and CF. RGB value is (102,32,207). Sum of RGB (Red+Green+Blue) = 102+32+207=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #6620CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6620CF is #99DF30. Grayscale: #484848. Windows color (decimal): -10084145 or 13574246. OLE color: 13574246.

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

Color convert

RGB 102 32 207 -
CMYK 0.51 0.85 0 0.19
HSL 264º 0.73% 0.47% -
HSV(B) 264º 0.85% 0.81% -
XYZ 17.26 8.36 59.74 -
YUV 72.88 203.69 148.77 -
System Red Green Blue C M Y K H S L
Decimal 102 32 207 0.51 0.85 0 0.19 264 0.73 0.47
Hex 66 20 CF 33 55 0 13 108 49 2F
Octal 146 40 317 63 125 0 23 410 111 57
Binary 1100110 100000 11001111 110011 1010101 0 10011 100001000 1001001 101111

Color Harmonies of #6620CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6620CF

Black with #6620CF

Text Example


Text Example

White with #6620CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6620CF; }

 p { color: rgb(102,32,207); }

 H1.HeaderClassName
 {
   color: #6620CF;
 }
 .AnyTagClassName
 {
   color: #6620CF;
 }
</style>

background-color css

<style>
 a { background-color: #6620CF; }

 a { background-color: rgb(102,32,207); }

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

border-color css

<style>
 span { border-color: #6620CF; }

 span { border-color: rgb(102,32,207); }

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