Html Css Color HEX #6640CE Purple Heart

📋 copy color: '#6640CE'

red 102 ◦ green 64 ◦ blue 206

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

Shades of Purple Heart #6640CE

Tints of Purple Heart #6640CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

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

R = 27.42%
G = 17.2%
B = 55.38%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6640CE (or 0x6640CE) is known color: Purple Heart. HEX triplet: 66, 40 and CE. RGB value is (102,64,206). Sum of RGB (Red+Green+Blue) = 102+64+206=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #6640CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640CE is #99BF31. Grayscale: #5B5B5B. Windows color (decimal): -10075954 or 13516902. OLE color: 13516902.

HSL color Cylindrical-coordinate representation of color #6640CE: hue angle of 256.06º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6640CE is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 64 206 -
CMYK 0.50 0.69 0 0.19
HSL 256.06º 0.59% 0.53% -
HSV(B) 256.06º 0.69% 0.81% -
XYZ 18.45 10.95 59.53 -
YUV 91.55 192.59 135.45 -
System Red Green Blue C M Y K H S L
Decimal 102 64 206 0.50 0.69 0 0.19 256.06 0.59 0.53
Hex 66 40 CE 32 45 0 13 100 3B 35
Octal 146 100 316 62 105 0 23 400 73 65
Binary 1100110 1000000 11001110 110010 1000101 0 10011 100000000 111011 110101

Color Harmonies of #6640CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6640CE

Black with #6640CE

Text Example


Text Example

White with #6640CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,64,206); }

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

background-color css

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

 a { background-color: rgb(102,64,206); }

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

border-color css

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

 span { border-color: rgb(102,64,206); }

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