Html Css Color HEX #4B1AB4 Purple Heart

📋 copy color: '#4B1AB4'

red 75 ◦ green 26 ◦ blue 180

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

Shades of Purple Heart #4B1AB4

Tints of Purple Heart #4B1AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 64.06%

R = 26.69%
G = 9.25%
B = 64.06%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4B1AB4 (or 0x4B1AB4) is known color: Purple Heart. HEX triplet: 4B, 1A and B4. RGB value is (75,26,180). Sum of RGB (Red+Green+Blue) = 75+26+180=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #4B1AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1AB4 is #B4E54B. Grayscale: #393939. Windows color (decimal): -11855180 or 11803211. OLE color: 11803211.

HSL color Cylindrical-coordinate representation of color #4B1AB4: hue angle of 259.09º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B1AB4 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 75 26 180 -
CMYK 0.58 0.86 0 0.29
HSL 259.09º 0.75% 0.4% -
HSV(B) 259.09º 0.86% 0.71% -
XYZ 11.51 5.53 43.64 -
YUV 58.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 75 26 180 0.58 0.86 0 0.29 259.09 0.75 0.4
Hex 4B 1A B4 3A 56 0 1D 103 4B 28
Octal 113 32 264 72 126 0 35 403 113 50
Binary 1001011 11010 10110100 111010 1010110 0 11101 100000011 1001011 101000

Color Harmonies of #4B1AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1AB4

Black with #4B1AB4

Text Example


Text Example

White with #4B1AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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