#4C0FBA

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

Shades of Purple Heart #4C0FBA

Tints of Purple Heart #4C0FBA

Color information

#4C0FBA (or 0x4C0FBA) is unknown color: approx Purple Heart. HEX triplet: 4C, 0F and BA. RGB value is (76,15,186). Sum of RGB (Red+Green+Blue) = 76+15+186=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C0FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0FBA is #B3F045. Grayscale: #343434. Windows color (decimal): -11792454 or 12193612. OLE color: 12193612.

HSL color Cylindrical-coordinate representation of color #4C0FBA: hue angle of 261.4º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0FBA is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7615186-
CMYK0.590.9200.27
HSL261.4º85.07%39.41%-
HSV(B)261.4º91.94%72.94%-
XYZ12.015.4246.87-
YUV52.73203.21144.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.44%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 186 (73.05% from 255) = 67.15%
R=27.44%
G=5.42%
B=67.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76151860.590.9200.27261.485.0739.41
Hex4CFBA3B5C01B1055527
Octal114172727313403340512547
Binary100110011111011101011101110111000110111000001011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,15,186); }

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

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

 a { background-color: rgb(76,15,186); }

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

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

 span { border-color: rgb(76,15,186); }

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