#3D22CD

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

Shades of Purple Heart #3D22CD

Tints of Purple Heart #3D22CD

Color information

#3D22CD (or 0x3D22CD) is unknown color: approx Purple Heart. HEX triplet: 3D, 22 and CD. RGB value is (61,34,205). Sum of RGB (Red+Green+Blue) = 61+34+205=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #3D22CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D22CD is #C2DD32. Grayscale: #3C3C3C. Windows color (decimal): -12770611 or 13443645. OLE color: 13443645.

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

Color convert

RGB6134205-
CMYK0.700.8300.20
HSL249.47º71.55%46.86%-
HSV(B)249.47º83.41%80.39%-
XYZ13.526.5458.31-
YUV61.57208.95127.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.33%
GREEN value IS 34 (13.67% from 255) = 11.33%
BLUE value IS 205 (80.47% from 255) = 68.33%
R=20.33%
G=11.33%
B=68.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61342050.700.8300.20249.4771.5546.86
Hex3D22CD4653014f9482f
Octal754231510612302437111057
Binary1111011000101100110110001101010011010100111110011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D22CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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