Html Css Color HEX #640BB0 Purple Heart

📋 copy color: '#640BB0'

red 100 ◦ green 11 ◦ blue 176

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

Shades of Purple Heart #640BB0

Tints of Purple Heart #640BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 61.32%

R = 34.84%
G = 3.83%
B = 61.32%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#640BB0 (or 0x640BB0) is known color: Purple Heart. HEX triplet: 64, 0B and B0. RGB value is (100,11,176). Sum of RGB (Red+Green+Blue) = 100+11+176=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #640BB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640BB0 is #9BF44F. Grayscale: #373737. Windows color (decimal): -10220624 or 11537252. OLE color: 11537252.

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

Color convert

RGB 100 11 176 -
CMYK 0.43 0.94 0 0.31
HSL 272.36º 0.88% 0.37% -
HSV(B) 272.36º 0.94% 0.69% -
XYZ 13.21 6.08 41.55 -
YUV 56.42 195.49 159.08 -
System Red Green Blue C M Y K H S L
Decimal 100 11 176 0.43 0.94 0 0.31 272.36 0.88 0.37
Hex 64 B B0 2B 5E 0 1F 110 58 25
Octal 144 13 260 53 136 0 37 420 130 45
Binary 1100100 1011 10110000 101011 1011110 0 11111 100010000 1011000 100101

Color Harmonies of #640BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BB0

Black with #640BB0

Text Example


Text Example

White with #640BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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