Html Css Color HEX #4B13AE Purple Heart

📋 copy color: '#4B13AE'

red 75 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #4B13AE

Tints of Purple Heart #4B13AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

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

R = 27.99%
G = 7.09%
B = 64.93%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4B13AE (or 0x4B13AE) is known color: Purple Heart. HEX triplet: 4B, 13 and AE. RGB value is (75,19,174). Sum of RGB (Red+Green+Blue) = 75+19+174=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B13AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B13AE is #B4EC51. Grayscale: #343434. Windows color (decimal): -11856978 or 11408203. OLE color: 11408203.

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

Color convert

RGB 75 19 174 -
CMYK 0.57 0.89 0 0.32
HSL 261.68º 0.8% 0.38% -
HSV(B) 261.68º 0.89% 0.68% -
XYZ 10.77 5.02 40.45 -
YUV 53.41 196.05 143.4 -
System Red Green Blue C M Y K H S L
Decimal 75 19 174 0.57 0.89 0 0.32 261.68 0.8 0.38
Hex 4B 13 AE 39 59 0 20 106 50 26
Octal 113 23 256 71 131 0 40 406 120 46
Binary 1001011 10011 10101110 111001 1011001 0 100000 100000110 1010000 100110

Color Harmonies of #4B13AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B13AE

Black with #4B13AE

Text Example


Text Example

White with #4B13AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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