Html Css Color HEX #640BB8 Purple Heart

📋 copy color: '#640BB8'

red 100 ◦ green 11 ◦ blue 184

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

Shades of Purple Heart #640BB8

Tints of Purple Heart #640BB8

RGB

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

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

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

R = 33.9%
G = 3.73%
B = 62.37%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#640BB8 (or 0x640BB8) is known color: Purple Heart. HEX triplet: 64, 0B and B8. RGB value is (100,11,184). Sum of RGB (Red+Green+Blue) = 100+11+184=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #640BB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BB8 is #9BF447. Grayscale: #383838. Windows color (decimal): -10220616 or 12061540. OLE color: 12061540.

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

Color convert

RGB 100 11 184 -
CMYK 0.46 0.94 0 0.28
HSL 270.87º 0.89% 0.38% -
HSV(B) 270.87º 0.94% 0.72% -
XYZ 14.03 6.41 45.85 -
YUV 57.33 199.49 158.43 -
System Red Green Blue C M Y K H S L
Decimal 100 11 184 0.46 0.94 0 0.28 270.87 0.89 0.38
Hex 64 B B8 2E 5E 0 1C 10F 59 26
Octal 144 13 270 56 136 0 34 417 131 46
Binary 1100100 1011 10111000 101110 1011110 0 11100 100001111 1011001 100110

Color Harmonies of #640BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BB8

Black with #640BB8

Text Example


Text Example

White with #640BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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