Html Css Color HEX #4010BB Purple Heart

📋 copy color: '#4010BB'

red 64 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #4010BB

Tints of Purple Heart #4010BB

RGB

 RED value IS 64 (25.39% from 255) = 23.97%

 GREEN value IS 16 (6.64% from 255) = 5.99%

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

R = 23.97%
G = 5.99%
B = 70.04%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4010BB (or 0x4010BB) is known color: Purple Heart. HEX triplet: 40, 10 and BB. RGB value is (64,16,187). Sum of RGB (Red+Green+Blue) = 64+16+187=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #4010BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4010BB is #BFEF44. Grayscale: #313131. Windows color (decimal): -12578629 or 12259392. OLE color: 12259392.

HSL color Cylindrical-coordinate representation of color #4010BB: hue angle of 256.84º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4010BB is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 16 187 -
CMYK 0.66 0.91 0 0.27
HSL 256.84º 0.84% 0.4% -
HSV(B) 256.84º 0.91% 0.73% -
XYZ 11.27 5.05 47.39 -
YUV 49.85 205.4 138.1 -
System Red Green Blue C M Y K H S L
Decimal 64 16 187 0.66 0.91 0 0.27 256.84 0.84 0.4
Hex 40 10 BB 42 5B 0 1B 101 54 28
Octal 100 20 273 102 133 0 33 401 124 50
Binary 1000000 10000 10111011 1000010 1011011 0 11011 100000001 1010100 101000

Color Harmonies of #4010BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4010BB

Black with #4010BB

Text Example


Text Example

White with #4010BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4010BB; }

 p { color: rgb(64,16,187); }

 H1.HeaderClassName
 {
   color: #4010BB;
 }
 .AnyTagClassName
 {
   color: #4010BB;
 }
</style>

background-color css

<style>
 a { background-color: #4010BB; }

 a { background-color: rgb(64,16,187); }

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

border-color css

<style>
 span { border-color: #4010BB; }

 span { border-color: rgb(64,16,187); }

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