Html Css Color HEX #640BBB Purple Heart

📋 copy color: '#640BBB'

red 100 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #640BBB

Tints of Purple Heart #640BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.75%

R = 33.56%
G = 3.69%
B = 62.75%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#640BBB (or 0x640BBB) is known color: Purple Heart. HEX triplet: 64, 0B and BB. RGB value is (100,11,187). Sum of RGB (Red+Green+Blue) = 100+11+187=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #640BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BBB is #9BF444. Grayscale: #393939. Windows color (decimal): -10220613 or 12258148. OLE color: 12258148.

HSL color Cylindrical-coordinate representation of color #640BBB: hue angle of 270.34º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640BBB is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 11 187 -
CMYK 0.47 0.94 0 0.27
HSL 270.34º 0.89% 0.39% -
HSV(B) 270.34º 0.94% 0.73% -
XYZ 14.34 6.54 47.52 -
YUV 57.68 200.99 158.19 -
System Red Green Blue C M Y K H S L
Decimal 100 11 187 0.47 0.94 0 0.27 270.34 0.89 0.39
Hex 64 B BB 2F 5E 0 1B 10E 59 27
Octal 144 13 273 57 136 0 33 416 131 47
Binary 1100100 1011 10111011 101111 1011110 0 11011 100001110 1011001 100111

Color Harmonies of #640BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BBB

Black with #640BBB

Text Example


Text Example

White with #640BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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