Html Css Color HEX #4B1AAF Purple Heart

📋 copy color: '#4B1AAF'

red 75 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #4B1AAF

Tints of Purple Heart #4B1AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.42%

 BLUE value IS 175 (68.75% from 255) = 63.41%

R = 27.17%
G = 9.42%
B = 63.41%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4B1AAF (or 0x4B1AAF) is known color: Purple Heart. HEX triplet: 4B, 1A and AF. RGB value is (75,26,175). Sum of RGB (Red+Green+Blue) = 75+26+175=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B1AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1AAF is #B4E550. Grayscale: #393939. Windows color (decimal): -11855185 or 11475531. OLE color: 11475531.

HSL color Cylindrical-coordinate representation of color #4B1AAF: hue angle of 259.73º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1AAF is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 26 175 -
CMYK 0.57 0.85 0 0.31
HSL 259.73º 0.74% 0.39% -
HSV(B) 259.73º 0.85% 0.69% -
XYZ 11.01 5.33 41.01 -
YUV 57.64 194.23 140.38 -
System Red Green Blue C M Y K H S L
Decimal 75 26 175 0.57 0.85 0 0.31 259.73 0.74 0.39
Hex 4B 1A AF 39 55 0 1F 104 4A 27
Octal 113 32 257 71 125 0 37 404 112 47
Binary 1001011 11010 10101111 111001 1010101 0 11111 100000100 1001010 100111

Color Harmonies of #4B1AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1AAF

Black with #4B1AAF

Text Example


Text Example

White with #4B1AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,26,175); }

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

background-color css

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

 a { background-color: rgb(75,26,175); }

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

border-color css

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

 span { border-color: rgb(75,26,175); }

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