Html Css Color HEX #640FAF Purple Heart

📋 copy color: '#640FAF'

red 100 ◦ green 15 ◦ blue 175

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

Shades of Purple Heart #640FAF

Tints of Purple Heart #640FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 34.48%
G = 5.17%
B = 60.34%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#640FAF (or 0x640FAF) is known color: Purple Heart. HEX triplet: 64, 0F and AF. RGB value is (100,15,175). Sum of RGB (Red+Green+Blue) = 100+15+175=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #640FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640FAF is #9BF050. Grayscale: #3A3A3A. Windows color (decimal): -10219601 or 11472740. OLE color: 11472740.

HSL color Cylindrical-coordinate representation of color #640FAF: hue angle of 271.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640FAF is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 15 175 -
CMYK 0.43 0.91 0 0.31
HSL 271.88º 0.84% 0.37% -
HSV(B) 271.88º 0.91% 0.69% -
XYZ 13.16 6.15 41.05 -
YUV 58.66 193.66 157.49 -
System Red Green Blue C M Y K H S L
Decimal 100 15 175 0.43 0.91 0 0.31 271.88 0.84 0.37
Hex 64 F AF 2B 5B 0 1F 110 54 25
Octal 144 17 257 53 133 0 37 420 124 45
Binary 1100100 1111 10101111 101011 1011011 0 11111 100010000 1010100 100101

Color Harmonies of #640FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FAF

Black with #640FAF

Text Example


Text Example

White with #640FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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