Html Css Color HEX #4B1CAB Purple Heart

📋 copy color: '#4B1CAB'

red 75 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #4B1CAB

Tints of Purple Heart #4B1CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.22%

 BLUE value IS 171 (67.19% from 255) = 62.41%

R = 27.37%
G = 10.22%
B = 62.41%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B1CAB (or 0x4B1CAB) is known color: Purple Heart. HEX triplet: 4B, 1C and AB. RGB value is (75,28,171). Sum of RGB (Red+Green+Blue) = 75+28+171=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B1CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1CAB is #B4E354. Grayscale: #393939. Windows color (decimal): -11854677 or 11213899. OLE color: 11213899.

HSL color Cylindrical-coordinate representation of color #4B1CAB: hue angle of 259.72º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1CAB is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 28 171 -
CMYK 0.56 0.84 0 0.33
HSL 259.72º 0.72% 0.39% -
HSV(B) 259.72º 0.84% 0.67% -
XYZ 10.67 5.27 38.98 -
YUV 58.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 75 28 171 0.56 0.84 0 0.33 259.72 0.72 0.39
Hex 4B 1C AB 38 54 0 21 104 48 27
Octal 113 34 253 70 124 0 41 404 110 47
Binary 1001011 11100 10101011 111000 1010100 0 100001 100000100 1001000 100111

Color Harmonies of #4B1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1CAB

Black with #4B1CAB

Text Example


Text Example

White with #4B1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,28,171); }

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

background-color css

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

 a { background-color: rgb(75,28,171); }

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

border-color css

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

 span { border-color: rgb(75,28,171); }

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