Html Css Color HEX #662CCF Purple Heart

📋 copy color: '#662CCF'

red 102 ◦ green 44 ◦ blue 207

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

Shades of Purple Heart #662CCF

Tints of Purple Heart #662CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.46%

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

R = 28.9%
G = 12.46%
B = 58.64%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#662CCF (or 0x662CCF) is known color: Purple Heart. HEX triplet: 66, 2C and CF. RGB value is (102,44,207). Sum of RGB (Red+Green+Blue) = 102+44+207=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #662CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662CCF is #99D330. Grayscale: #4F4F4F. Windows color (decimal): -10081073 or 13577318. OLE color: 13577318.

HSL color Cylindrical-coordinate representation of color #662CCF: hue angle of 261.35º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662CCF is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 44 207 -
CMYK 0.51 0.79 0 0.19
HSL 261.35º 0.65% 0.49% -
HSV(B) 261.35º 0.79% 0.81% -
XYZ 17.64 9.13 59.86 -
YUV 79.92 199.72 143.75 -
System Red Green Blue C M Y K H S L
Decimal 102 44 207 0.51 0.79 0 0.19 261.35 0.65 0.49
Hex 66 2C CF 33 4F 0 13 105 41 31
Octal 146 54 317 63 117 0 23 405 101 61
Binary 1100110 101100 11001111 110011 1001111 0 10011 100000101 1000001 110001

Color Harmonies of #662CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662CCF

Black with #662CCF

Text Example


Text Example

White with #662CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662CCF; }

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

 H1.HeaderClassName
 {
   color: #662CCF;
 }
 .AnyTagClassName
 {
   color: #662CCF;
 }
</style>

background-color css

<style>
 a { background-color: #662CCF; }

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

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

border-color css

<style>
 span { border-color: #662CCF; }

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

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