#3D28CE

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

Shades of Purple Heart #3D28CE

Tints of Purple Heart #3D28CE

Color information

#3D28CE (or 0x3D28CE) is unknown color: approx Purple Heart. HEX triplet: 3D, 28 and CE. RGB value is (61,40,206). Sum of RGB (Red+Green+Blue) = 61+40+206=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D28CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D28CE is #C2D731. Grayscale: #404040. Windows color (decimal): -12769074 or 13510717. OLE color: 13510717.

HSL color Cylindrical-coordinate representation of color #3D28CE: hue angle of 247.59º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D28CE is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6140206-
CMYK0.700.8100.19
HSL247.59º67.48%48.24%-
HSV(B)247.59º80.58%80.78%-
XYZ13.826.9759.01-
YUV65.2207.46125-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.87%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 206 (80.86% from 255) = 67.10%
R=19.87%
G=13.03%
B=67.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal61402060.700.8100.19247.5967.4848.24
Hex3D28CE4651013f84330
Octal755031610612102337010360
Binary1111011010001100111010001101010001010011111110001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D28CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,40,206); }

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

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

 a { background-color: rgb(61,40,206); }

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

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

 span { border-color: rgb(61,40,206); }

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