#3E25B4

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

Shades of Purple Heart #3E25B4

Tints of Purple Heart #3E25B4

Color information

#3E25B4 (or 0x3E25B4) is unknown color: approx Purple Heart. HEX triplet: 3E, 25 and B4. RGB value is (62,37,180). Sum of RGB (Red+Green+Blue) = 62+37+180=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #3E25B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E25B4 is #C1DA4B. Grayscale: #3C3C3C. Windows color (decimal): -12704332 or 11806014. OLE color: 11806014.

HSL color Cylindrical-coordinate representation of color #3E25B4: hue angle of 250.49º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E25B4 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6237180-
CMYK0.660.7900.29
HSL250.49º65.9%42.55%-
HSV(B)250.49º79.44%70.59%-
XYZ10.895.6443.7-
YUV60.78195.28128.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.22%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 180 (70.70% from 255) = 64.52%
R=22.22%
G=13.26%
B=64.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal62371800.660.7900.29250.4965.942.55
Hex3E25B4424F01Dfa422b
Octal764526410211703537210253
Binary1111101001011011010010000101001111011101111110101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E25B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,37,180); }

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

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

 a { background-color: rgb(62,37,180); }

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

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

 span { border-color: rgb(62,37,180); }

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