#3C1BCD

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

Shades of Purple Heart #3C1BCD

Tints of Purple Heart #3C1BCD

Color information

#3C1BCD (or 0x3C1BCD) is unknown color: approx Purple Heart. HEX triplet: 3C, 1B and CD. RGB value is (60,27,205). Sum of RGB (Red+Green+Blue) = 60+27+205=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C1BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1BCD is #C3E432. Grayscale: #383838. Windows color (decimal): -12837939 or 13441852. OLE color: 13441852.

HSL color Cylindrical-coordinate representation of color #3C1BCD: hue angle of 251.12º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C1BCD is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6027205-
CMYK0.710.8700.20
HSL251.12º76.72%45.49%-
HSV(B)251.12º86.83%80.39%-
XYZ13.276.1558.25-
YUV57.16211.43130.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.55%
GREEN value IS 27 (10.94% from 255) = 9.25%
BLUE value IS 205 (80.47% from 255) = 70.21%
R=20.55%
G=9.25%
B=70.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal60272050.710.8700.20251.1276.7245.49
Hex3C1BCD4757014fb4d2d
Octal743331510712702437311555
Binary111100110111100110110001111010111010100111110111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,27,205); }

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

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

 a { background-color: rgb(60,27,205); }

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

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

 span { border-color: rgb(60,27,205); }

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