#3C07B7

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

Shades of Purple Heart #3C07B7

Tints of Purple Heart #3C07B7

Color information

#3C07B7 (or 0x3C07B7) is unknown color: approx Purple Heart. HEX triplet: 3C, 07 and B7. RGB value is (60,7,183). Sum of RGB (Red+Green+Blue) = 60+7+183=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 183 (71.88% from 255 or 73.2% from 250); Max value from RGB is 183 - color contains mainly: blue. Hex color #3C07B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C07B7 is #C3F848. Grayscale: #2A2A2A. Windows color (decimal): -12843081 or 11994940. OLE color: 11994940.

HSL color Cylindrical-coordinate representation of color #3C07B7: hue angle of 258.07º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C07B7 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB607183-
CMYK0.670.9600.28
HSL258.07º92.63%37.25%-
HSV(B)258.07º96.17%71.76%-
XYZ10.494.5345.12-
YUV42.91207.06140.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24%
GREEN value IS 7 (3.12% from 255) = 2.8%
BLUE value IS 183 (71.88% from 255) = 73.2%
R=24%
G=2.8%
B=73.2%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6071830.670.9600.28258.0792.6337.25
Hex3C7B7436001C1025d25
Octal74726710314003440213545
Binary11110011110110111100001111000000111001000000101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C07B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,7,183); }

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

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

 a { background-color: rgb(60,7,183); }

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

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

 span { border-color: rgb(60,7,183); }

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