#3C04BE

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

Shades of Purple Heart #3C04BE

Tints of Purple Heart #3C04BE

Color information

#3C04BE (or 0x3C04BE) is unknown color: approx Purple Heart. HEX triplet: 3C, 04 and BE. RGB value is (60,4,190). Sum of RGB (Red+Green+Blue) = 60+4+190=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C04BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C04BE is #C3FB41. Grayscale: #292929. Windows color (decimal): -12843842 or 12452924. OLE color: 12452924.

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

Color convert

RGB604190-
CMYK0.680.9800.25
HSL258.06º95.88%38.04%-
HSV(B)258.06º97.89%74.51%-
XYZ11.24.7749.04-
YUV41.95211.55140.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.62%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 190 (74.61% from 255) = 74.80%
R=23.62%
G=1.57%
B=74.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6041900.680.9800.25258.0695.8838.04
Hex3C4BE44620191026026
Octal74427610414203140214046
Binary11110010010111110100010011000100110011000000101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C04BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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