Html Css Color HEX #640DC0 Purple Heart

📋 copy color: '#640DC0'

red 100 ◦ green 13 ◦ blue 192

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

Shades of Purple Heart #640DC0

Tints of Purple Heart #640DC0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.26%

 BLUE value IS 192 (75.39% from 255) = 62.95%

R = 32.79%
G = 4.26%
B = 62.95%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#640DC0 (or 0x640DC0) is known color: Purple Heart. HEX triplet: 64, 0D and C0. RGB value is (100,13,192). Sum of RGB (Red+Green+Blue) = 100+13+192=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #640DC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DC0 is #9BF23F. Grayscale: #3A3A3A. Windows color (decimal): -10220096 or 12586340. OLE color: 12586340.

HSL color Cylindrical-coordinate representation of color #640DC0: hue angle of 269.16º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640DC0 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 13 192 -
CMYK 0.48 0.93 0 0.25
HSL 269.16º 0.87% 0.4% -
HSV(B) 269.16º 0.93% 0.75% -
XYZ 14.91 6.8 50.4 -
YUV 59.42 202.82 156.95 -
System Red Green Blue C M Y K H S L
Decimal 100 13 192 0.48 0.93 0 0.25 269.16 0.87 0.4
Hex 64 D C0 30 5D 0 19 10D 57 28
Octal 144 15 300 60 135 0 31 415 127 50
Binary 1100100 1101 11000000 110000 1011101 0 11001 100001101 1010111 101000

Color Harmonies of #640DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DC0

Black with #640DC0

Text Example


Text Example

White with #640DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,13,192); }

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

background-color css

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

 a { background-color: rgb(100,13,192); }

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

border-color css

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

 span { border-color: rgb(100,13,192); }

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