Html Css Color HEX #640DAB Purple Heart

📋 copy color: '#640DAB'

red 100 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #640DAB

Tints of Purple Heart #640DAB

RGB

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

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

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

R = 35.21%
G = 4.58%
B = 60.21%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#640DAB (or 0x640DAB) is known color: Purple Heart. HEX triplet: 64, 0D and AB. RGB value is (100,13,171). Sum of RGB (Red+Green+Blue) = 100+13+171=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #640DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640DAB is #9BF254. Grayscale: #383838. Windows color (decimal): -10220117 or 11210084. OLE color: 11210084.

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

Color convert

RGB 100 13 171 -
CMYK 0.42 0.92 0 0.33
HSL 273.04º 0.86% 0.36% -
HSV(B) 273.04º 0.92% 0.67% -
XYZ 12.75 5.94 39 -
YUV 57.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 100 13 171 0.42 0.92 0 0.33 273.04 0.86 0.36
Hex 64 D AB 2A 5C 0 21 111 56 24
Octal 144 15 253 52 134 0 41 421 126 44
Binary 1100100 1101 10101011 101010 1011100 0 100001 100010001 1010110 100100

Color Harmonies of #640DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DAB

Black with #640DAB

Text Example


Text Example

White with #640DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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