Html Css Color HEX #640CCD Purple Heart

📋 copy color: '#640CCD'

red 100 ◦ green 12 ◦ blue 205

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

Shades of Purple Heart #640CCD

Tints of Purple Heart #640CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 31.55%
G = 3.79%
B = 64.67%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#640CCD (or 0x640CCD) is known color: Purple Heart. HEX triplet: 64, 0C and CD. RGB value is (100,12,205). Sum of RGB (Red+Green+Blue) = 100+12+205=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #640CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CCD is #9BF332. Grayscale: #3B3B3B. Windows color (decimal): -10220339 or 13438052. OLE color: 13438052.

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

Color convert

RGB 100 12 205 -
CMYK 0.51 0.94 0 0.20
HSL 267.36º 0.89% 0.43% -
HSV(B) 267.36º 0.94% 0.8% -
XYZ 16.41 7.38 58.32 -
YUV 60.31 209.65 156.31 -
System Red Green Blue C M Y K H S L
Decimal 100 12 205 0.51 0.94 0 0.20 267.36 0.89 0.43
Hex 64 C CD 33 5E 0 14 10B 59 2B
Octal 144 14 315 63 136 0 24 413 131 53
Binary 1100100 1100 11001101 110011 1011110 0 10100 100001011 1011001 101011

Color Harmonies of #640CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CCD

Black with #640CCD

Text Example


Text Example

White with #640CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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