Html Css Color HEX #640BAB Purple Heart

📋 copy color: '#640BAB'

red 100 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #640BAB

Tints of Purple Heart #640BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 35.46%
G = 3.9%
B = 60.64%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#640BAB (or 0x640BAB) is known color: Purple Heart. HEX triplet: 64, 0B and AB. RGB value is (100,11,171). Sum of RGB (Red+Green+Blue) = 100+11+171=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #640BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640BAB is #9BF454. Grayscale: #373737. Windows color (decimal): -10220629 or 11209572. OLE color: 11209572.

HSL color Cylindrical-coordinate representation of color #640BAB: hue angle of 273.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640BAB is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 11 171 -
CMYK 0.42 0.94 0 0.33
HSL 273.38º 0.88% 0.36% -
HSV(B) 273.38º 0.94% 0.67% -
XYZ 12.73 5.89 38.99 -
YUV 55.85 192.99 159.49 -
System Red Green Blue C M Y K H S L
Decimal 100 11 171 0.42 0.94 0 0.33 273.38 0.88 0.36
Hex 64 B AB 2A 5E 0 21 111 58 24
Octal 144 13 253 52 136 0 41 421 130 44
Binary 1100100 1011 10101011 101010 1011110 0 100001 100010001 1011000 100100

Color Harmonies of #640BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BAB

Black with #640BAB

Text Example


Text Example

White with #640BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,11,171); }

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

background-color css

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

 a { background-color: rgb(100,11,171); }

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

border-color css

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

 span { border-color: rgb(100,11,171); }

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