Html Css Color HEX #640ABF Purple Heart

📋 copy color: '#640ABF'

red 100 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #640ABF

Tints of Purple Heart #640ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.46%

R = 33.22%
G = 3.32%
B = 63.46%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#640ABF (or 0x640ABF) is known color: Purple Heart. HEX triplet: 64, 0A and BF. RGB value is (100,10,191). Sum of RGB (Red+Green+Blue) = 100+10+191=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #640ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640ABF is #9BF540. Grayscale: #383838. Windows color (decimal): -10220865 or 12520036. OLE color: 12520036.

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

Color convert

RGB 100 10 191 -
CMYK 0.48 0.95 0 0.25
HSL 269.83º 0.9% 0.39% -
HSV(B) 269.83º 0.95% 0.75% -
XYZ 14.77 6.69 49.8 -
YUV 57.54 203.32 158.28 -
System Red Green Blue C M Y K H S L
Decimal 100 10 191 0.48 0.95 0 0.25 269.83 0.9 0.39
Hex 64 A BF 30 5F 0 19 10E 5A 27
Octal 144 12 277 60 137 0 31 416 132 47
Binary 1100100 1010 10111111 110000 1011111 0 11001 100001110 1011010 100111

Color Harmonies of #640ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640ABF

Black with #640ABF

Text Example


Text Example

White with #640ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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