Html Css Color HEX #640ACC Purple Heart

📋 copy color: '#640ACC'

red 100 ◦ green 10 ◦ blue 204

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

Shades of Purple Heart #640ACC

Tints of Purple Heart #640ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.18%

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 31.85%
G = 3.18%
B = 64.97%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#640ACC (or 0x640ACC) is known color: Purple Heart. HEX triplet: 64, 0A and CC. RGB value is (100,10,204). Sum of RGB (Red+Green+Blue) = 100+10+204=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #640ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640ACC is #9BF533. Grayscale: #3A3A3A. Windows color (decimal): -10220852 or 13372004. OLE color: 13372004.

HSL color Cylindrical-coordinate representation of color #640ACC: hue angle of 267.84º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640ACC is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 10 204 -
CMYK 0.51 0.95 0 0.2
HSL 267.84º 0.91% 0.42% -
HSV(B) 267.84º 0.95% 0.8% -
XYZ 16.26 7.29 57.68 -
YUV 59.03 209.82 157.23 -
System Red Green Blue C M Y K H S L
Decimal 100 10 204 0.51 0.95 0 0.2 267.84 0.91 0.42
Hex 64 A CC 33 5F 0 14 10C 5B 2A
Octal 144 12 314 63 137 0 24 414 133 52
Binary 1100100 1010 11001100 110011 1011111 0 10100 100001100 1011011 101010

Color Harmonies of #640ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640ACC

Black with #640ACC

Text Example


Text Example

White with #640ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,10,204); }

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

background-color css

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

 a { background-color: rgb(100,10,204); }

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

border-color css

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

 span { border-color: rgb(100,10,204); }

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