Html Css Color HEX #4010B2 Purple Heart

📋 copy color: '#4010B2'

red 64 ◦ green 16 ◦ blue 178

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

Shades of Purple Heart #4010B2

Tints of Purple Heart #4010B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 68.99%

R = 24.81%
G = 6.2%
B = 68.99%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4010B2 (or 0x4010B2) is known color: Purple Heart. HEX triplet: 40, 10 and B2. RGB value is (64,16,178). Sum of RGB (Red+Green+Blue) = 64+16+178=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 178 (69.92% from 255 or 68.99% from 258); Max value from RGB is 178 - color contains mainly: blue. Hex color #4010B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4010B2 is #BFEF4D. Grayscale: #303030. Windows color (decimal): -12578638 or 11669568. OLE color: 11669568.

HSL color Cylindrical-coordinate representation of color #4010B2: hue angle of 257.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4010B2 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 16 178 -
CMYK 0.64 0.91 0 0.30
HSL 257.78º 0.84% 0.38% -
HSV(B) 257.78º 0.91% 0.7% -
XYZ 10.34 4.67 42.48 -
YUV 48.82 200.9 138.83 -
System Red Green Blue C M Y K H S L
Decimal 64 16 178 0.64 0.91 0 0.30 257.78 0.84 0.38
Hex 40 10 B2 40 5B 0 1E 102 54 26
Octal 100 20 262 100 133 0 36 402 124 46
Binary 1000000 10000 10110010 1000000 1011011 0 11110 100000010 1010100 100110

Color Harmonies of #4010B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4010B2

Black with #4010B2

Text Example


Text Example

White with #4010B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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