#3E26CB

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

Shades of Purple Heart #3E26CB

Tints of Purple Heart #3E26CB

Color information

#3E26CB (or 0x3E26CB) is unknown color: approx Purple Heart. HEX triplet: 3E, 26 and CB. RGB value is (62,38,203). Sum of RGB (Red+Green+Blue) = 62+38+203=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E26CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E26CB is #C1D934. Grayscale: #3F3F3F. Windows color (decimal): -12704053 or 13313598. OLE color: 13313598.

HSL color Cylindrical-coordinate representation of color #3E26CB: hue angle of 248.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E26CB is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6238203-
CMYK0.690.8100.20
HSL248.73º68.46%47.25%-
HSV(B)248.73º81.28%79.61%-
XYZ13.466.7257.09-
YUV63.99206.45126.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.46%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 203 (79.69% from 255) = 67.00%
R=20.46%
G=12.54%
B=67.00%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62382030.690.8100.20248.7368.4647.25
Hex3E26CB4551014f9442f
Octal764631310512102437110457
Binary1111101001101100101110001011010001010100111110011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E26CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,38,203); }

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

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

 a { background-color: rgb(62,38,203); }

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

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

 span { border-color: rgb(62,38,203); }

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