Html Css Color HEX #640ACD Purple Heart

📋 copy color: '#640ACD'

red 100 ◦ green 10 ◦ blue 205

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

Shades of Purple Heart #640ACD

Tints of Purple Heart #640ACD

RGB

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

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

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

R = 31.75%
G = 3.17%
B = 65.08%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#640ACD (or 0x640ACD) is known color: Purple Heart. HEX triplet: 64, 0A and CD. RGB value is (100,10,205). Sum of RGB (Red+Green+Blue) = 100+10+205=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #640ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640ACD is #9BF532. Grayscale: #3A3A3A. Windows color (decimal): -10220851 or 13437540. OLE color: 13437540.

HSL color Cylindrical-coordinate representation of color #640ACD: hue angle of 267.69º 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 #640ACD is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 10 205 -
CMYK 0.51 0.95 0 0.20
HSL 267.69º 0.91% 0.42% -
HSV(B) 267.69º 0.95% 0.8% -
XYZ 16.38 7.33 58.31 -
YUV 59.14 210.32 157.14 -
System Red Green Blue C M Y K H S L
Decimal 100 10 205 0.51 0.95 0 0.20 267.69 0.91 0.42
Hex 64 A CD 33 5F 0 14 10C 5B 2A
Octal 144 12 315 63 137 0 24 414 133 52
Binary 1100100 1010 11001101 110011 1011111 0 10100 100001100 1011011 101010

Color Harmonies of #640ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640ACD

Black with #640ACD

Text Example


Text Example

White with #640ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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