#3C0CBE

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

Shades of Purple Heart #3C0CBE

Tints of Purple Heart #3C0CBE

Color information

#3C0CBE (or 0x3C0CBE) is unknown color: approx Purple Heart. HEX triplet: 3C, 0C and BE. RGB value is (60,12,190). Sum of RGB (Red+Green+Blue) = 60+12+190=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C0CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0CBE is #C3F341. Grayscale: #2D2D2D. Windows color (decimal): -12841794 or 12454972. OLE color: 12454972.

HSL color Cylindrical-coordinate representation of color #3C0CBE: hue angle of 256.18º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0CBE is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6012190-
CMYK0.680.9400.25
HSL256.18º88.12%39.61%-
HSV(B)256.18º93.68%74.51%-
XYZ11.294.9449.07-
YUV46.64208.9137.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.90%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 190 (74.61% from 255) = 72.52%
R=22.90%
G=4.58%
B=72.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60121900.680.9400.25256.1888.1239.61
Hex3CCBE445E0191005828
Octal741427610413603140013050
Binary111100110010111110100010010111100110011000000001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,12,190); }

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

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

 a { background-color: rgb(60,12,190); }

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

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

 span { border-color: rgb(60,12,190); }

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