Html Css Color HEX #640FAA Purple Heart

📋 copy color: '#640FAA'

red 100 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #640FAA

Tints of Purple Heart #640FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.26%

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 35.09%
G = 5.26%
B = 59.65%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#640FAA (or 0x640FAA) is known color: Purple Heart. HEX triplet: 64, 0F and AA. RGB value is (100,15,170). Sum of RGB (Red+Green+Blue) = 100+15+170=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #640FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640FAA is #9BF055. Grayscale: #393939. Windows color (decimal): -10219606 or 11145060. OLE color: 11145060.

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

Color convert

RGB 100 15 170 -
CMYK 0.41 0.91 0 0.33
HSL 272.9º 0.84% 0.36% -
HSV(B) 272.9º 0.91% 0.67% -
XYZ 12.68 5.95 38.51 -
YUV 58.09 191.16 157.9 -
System Red Green Blue C M Y K H S L
Decimal 100 15 170 0.41 0.91 0 0.33 272.9 0.84 0.36
Hex 64 F AA 29 5B 0 21 111 54 24
Octal 144 17 252 51 133 0 41 421 124 44
Binary 1100100 1111 10101010 101001 1011011 0 100001 100010001 1010100 100100

Color Harmonies of #640FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FAA

Black with #640FAA

Text Example


Text Example

White with #640FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,15,170); }

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

background-color css

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

 a { background-color: rgb(100,15,170); }

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

border-color css

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

 span { border-color: rgb(100,15,170); }

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