#4B1CAA

Color #4B1CAA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4B1CAA

Tints of Purple Heart #4B1CAA

Color information

#4B1CAA (or 0x4B1CAA) is unknown color: approx Purple Heart. HEX triplet: 4B, 1C and AA. RGB value is (75,28,170). Sum of RGB (Red+Green+Blue) = 75+28+170=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B1CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1CAA is #B4E355. Grayscale: #393939. Windows color (decimal): -11854678 or 11148363. OLE color: 11148363.

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

Color convert

RGB7528170-
CMYK0.560.8400.33
HSL259.86º71.72%38.82%-
HSV(B)259.86º83.53%66.67%-
XYZ10.575.2338.48-
YUV58.24191.07139.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 170 (66.80% from 255) = 62.27%
R=27.47%
G=10.26%
B=62.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75281700.560.8400.33259.8671.7238.82
Hex4B1CAA38540211044827
Octal113342527012404140411047
Binary10010111110010101010111000101010001000011000001001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B1CAA;
 }
 .AnyTagClassName
 {
   color: #4B1CAA;
 }
</style>
background-color css

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

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

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

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

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

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