Html Css Color HEX #640CCE Purple Heart

📋 copy color: '#640CCE'

red 100 ◦ green 12 ◦ blue 206

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

Shades of Purple Heart #640CCE

Tints of Purple Heart #640CCE

RGB

 RED value IS 100 (39.45% from 255) = 31.45%

 GREEN value IS 12 (5.08% from 255) = 3.77%

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

R = 31.45%
G = 3.77%
B = 64.78%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#640CCE (or 0x640CCE) is known color: Purple Heart. HEX triplet: 64, 0C and CE. RGB value is (100,12,206). Sum of RGB (Red+Green+Blue) = 100+12+206=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #640CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CCE is #9BF331. Grayscale: #3B3B3B. Windows color (decimal): -10220338 or 13503588. OLE color: 13503588.

HSL color Cylindrical-coordinate representation of color #640CCE: hue angle of 267.22º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640CCE is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 12 206 -
CMYK 0.51 0.94 0 0.19
HSL 267.22º 0.89% 0.43% -
HSV(B) 267.22º 0.94% 0.81% -
XYZ 16.53 7.43 58.96 -
YUV 60.43 210.15 156.23 -
System Red Green Blue C M Y K H S L
Decimal 100 12 206 0.51 0.94 0 0.19 267.22 0.89 0.43
Hex 64 C CE 33 5E 0 13 10B 59 2B
Octal 144 14 316 63 136 0 23 413 131 53
Binary 1100100 1100 11001110 110011 1011110 0 10011 100001011 1011001 101011

Color Harmonies of #640CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CCE

Black with #640CCE

Text Example


Text Example

White with #640CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640CCE; }

 p { color: rgb(100,12,206); }

 H1.HeaderClassName
 {
   color: #640CCE;
 }
 .AnyTagClassName
 {
   color: #640CCE;
 }
</style>

background-color css

<style>
 a { background-color: #640CCE; }

 a { background-color: rgb(100,12,206); }

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

border-color css

<style>
 span { border-color: #640CCE; }

 span { border-color: rgb(100,12,206); }

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