Html Css Color HEX #640BB5 Purple Heart

📋 copy color: '#640BB5'

red 100 ◦ green 11 ◦ blue 181

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

Shades of Purple Heart #640BB5

Tints of Purple Heart #640BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 61.99%

R = 34.25%
G = 3.77%
B = 61.99%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#640BB5 (or 0x640BB5) is known color: Purple Heart. HEX triplet: 64, 0B and B5. RGB value is (100,11,181). Sum of RGB (Red+Green+Blue) = 100+11+181=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 181 (71.09% from 255 or 61.99% from 292); Max value from RGB is 181 - color contains mainly: blue. Hex color #640BB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BB5 is #9BF44A. Grayscale: #383838. Windows color (decimal): -10220619 or 11864932. OLE color: 11864932.

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

Color convert

RGB 100 11 181 -
CMYK 0.45 0.94 0 0.29
HSL 271.41º 0.89% 0.38% -
HSV(B) 271.41º 0.94% 0.71% -
XYZ 13.72 6.28 44.21 -
YUV 56.99 197.99 158.68 -
System Red Green Blue C M Y K H S L
Decimal 100 11 181 0.45 0.94 0 0.29 271.41 0.89 0.38
Hex 64 B B5 2D 5E 0 1D 10F 59 26
Octal 144 13 265 55 136 0 35 417 131 46
Binary 1100100 1011 10110101 101101 1011110 0 11101 100001111 1011001 100110

Color Harmonies of #640BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BB5

Black with #640BB5

Text Example


Text Example

White with #640BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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