#3C1CBC

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

Shades of Purple Heart #3C1CBC

Tints of Purple Heart #3C1CBC

Color information

#3C1CBC (or 0x3C1CBC) is unknown color: approx Purple Heart. HEX triplet: 3C, 1C and BC. RGB value is (60,28,188). Sum of RGB (Red+Green+Blue) = 60+28+188=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C1CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1CBC is #C3E343. Grayscale: #373737. Windows color (decimal): -12837700 or 12327996. OLE color: 12327996.

HSL color Cylindrical-coordinate representation of color #3C1CBC: hue angle of 252º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1CBC is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6028188-
CMYK0.680.8500.26
HSL252º74.07%42.35%-
HSV(B)252º85.11%73.73%-
XYZ11.365.4248.02-
YUV55.81202.6130.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 28 (11.33% from 255) = 10.14%
BLUE value IS 188 (73.83% from 255) = 68.12%
R=21.74%
G=10.14%
B=68.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60281880.680.8500.2625274.0742.35
Hex3C1CBC445501Afc4a2a
Octal743427410412503237411252
Binary111100111001011110010001001010101011010111111001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C1CBC; }

 p { color: rgb(60,28,188); }

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

<style>
 a { background-color: #3C1CBC; }

 a { background-color: rgb(60,28,188); }

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

<style>
 span { border-color: #3C1CBC; }

 span { border-color: rgb(60,28,188); }

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