Html Css Color HEX #640FB8 Purple Heart

📋 copy color: '#640FB8'

red 100 ◦ green 15 ◦ blue 184

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

Shades of Purple Heart #640FB8

Tints of Purple Heart #640FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 61.54%

R = 33.44%
G = 5.02%
B = 61.54%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#640FB8 (or 0x640FB8) is known color: Purple Heart. HEX triplet: 64, 0F and B8. RGB value is (100,15,184). Sum of RGB (Red+Green+Blue) = 100+15+184=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 184 (72.27% from 255 or 61.54% from 299); Max value from RGB is 184 - color contains mainly: blue. Hex color #640FB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FB8 is #9BF047. Grayscale: #3B3B3B. Windows color (decimal): -10219592 or 12062564. OLE color: 12062564.

HSL color Cylindrical-coordinate representation of color #640FB8: hue angle of 270.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640FB8 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 15 184 -
CMYK 0.46 0.92 0 0.28
HSL 270.18º 0.85% 0.39% -
HSV(B) 270.18º 0.92% 0.72% -
XYZ 14.08 6.51 45.86 -
YUV 59.68 198.16 156.76 -
System Red Green Blue C M Y K H S L
Decimal 100 15 184 0.46 0.92 0 0.28 270.18 0.85 0.39
Hex 64 F B8 2E 5C 0 1C 10E 55 27
Octal 144 17 270 56 134 0 34 416 125 47
Binary 1100100 1111 10111000 101110 1011100 0 11100 100001110 1010101 100111

Color Harmonies of #640FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FB8

Black with #640FB8

Text Example


Text Example

White with #640FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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