Html Css Color HEX #4B0DAE Purple Heart

📋 copy color: '#4B0DAE'

red 75 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #4B0DAE

Tints of Purple Heart #4B0DAE

RGB

 RED value IS 75 (29.69% from 255) = 28.63%

 GREEN value IS 13 (5.47% from 255) = 4.96%

 BLUE value IS 174 (68.36% from 255) = 66.41%

R = 28.63%
G = 4.96%
B = 66.41%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4B0DAE (or 0x4B0DAE) is known color: Purple Heart. HEX triplet: 4B, 0D and AE. RGB value is (75,13,174). Sum of RGB (Red+Green+Blue) = 75+13+174=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B0DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0DAE is #B4F251. Grayscale: #313131. Windows color (decimal): -11858514 or 11406667. OLE color: 11406667.

HSL color Cylindrical-coordinate representation of color #4B0DAE: hue angle of 263.11º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0DAE is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 13 174 -
CMYK 0.57 0.93 0 0.32
HSL 263.11º 0.86% 0.37% -
HSV(B) 263.11º 0.93% 0.68% -
XYZ 10.69 4.84 40.42 -
YUV 49.89 198.04 145.91 -
System Red Green Blue C M Y K H S L
Decimal 75 13 174 0.57 0.93 0 0.32 263.11 0.86 0.37
Hex 4B D AE 39 5D 0 20 107 56 25
Octal 113 15 256 71 135 0 40 407 126 45
Binary 1001011 1101 10101110 111001 1011101 0 100000 100000111 1010110 100101

Color Harmonies of #4B0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0DAE

Black with #4B0DAE

Text Example


Text Example

White with #4B0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B0DAE; }

 p { color: rgb(75,13,174); }

 H1.HeaderClassName
 {
   color: #4B0DAE;
 }
 .AnyTagClassName
 {
   color: #4B0DAE;
 }
</style>

background-color css

<style>
 a { background-color: #4B0DAE; }

 a { background-color: rgb(75,13,174); }

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

border-color css

<style>
 span { border-color: #4B0DAE; }

 span { border-color: rgb(75,13,174); }

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