Html Css Color HEX #4B1CAC Purple Heart

📋 copy color: '#4B1CAC'

red 75 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #4B1CAC

Tints of Purple Heart #4B1CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.55%

R = 27.27%
G = 10.18%
B = 62.55%

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

#4B1CAC (or 0x4B1CAC) is known color: Purple Heart. HEX triplet: 4B, 1C and AC. RGB value is (75,28,172). Sum of RGB (Red+Green+Blue) = 75+28+172=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B1CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1CAC is #B4E353. Grayscale: #393939. Windows color (decimal): -11854676 or 11279435. OLE color: 11279435.

HSL color Cylindrical-coordinate representation of color #4B1CAC: hue angle of 259.58º 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 #4B1CAC is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 28 172 -
CMYK 0.56 0.84 0 0.33
HSL 259.58º 0.72% 0.39% -
HSV(B) 259.58º 0.84% 0.67% -
XYZ 10.76 5.3 39.49 -
YUV 58.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 75 28 172 0.56 0.84 0 0.33 259.58 0.72 0.39
Hex 4B 1C AC 38 54 0 21 104 48 27
Octal 113 34 254 70 124 0 41 404 110 47
Binary 1001011 11100 10101100 111000 1010100 0 100001 100000100 1001000 100111

Color Harmonies of #4B1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1CAC

Black with #4B1CAC

Text Example


Text Example

White with #4B1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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