#3D22C6

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

Shades of Purple Heart #3D22C6

Tints of Purple Heart #3D22C6

Color information

#3D22C6 (or 0x3D22C6) is unknown color: approx Purple Heart. HEX triplet: 3D, 22 and C6. RGB value is (61,34,198). Sum of RGB (Red+Green+Blue) = 61+34+198=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 198 (77.73% from 255 or 67.58% from 293); Max value from RGB is 198 - color contains mainly: blue. Hex color #3D22C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D22C6 is #C2DD39. Grayscale: #3C3C3C. Windows color (decimal): -12770618 or 12984893. OLE color: 12984893.

HSL color Cylindrical-coordinate representation of color #3D22C6: hue angle of 249.88º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D22C6 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6134198-
CMYK0.690.8300.22
HSL249.88º70.69%45.49%-
HSV(B)249.88º82.83%77.65%-
XYZ12.696.2153.96-
YUV60.77205.45128.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.82%
GREEN value IS 34 (13.67% from 255) = 11.60%
BLUE value IS 198 (77.73% from 255) = 67.58%
R=20.82%
G=11.60%
B=67.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61341980.690.8300.22249.8870.6945.49
Hex3D22C64553016fa472d
Octal754230610512302637210755
Binary1111011000101100011010001011010011010110111110101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D22C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,34,198); }

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

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

 a { background-color: rgb(61,34,198); }

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

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

 span { border-color: rgb(61,34,198); }

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