#3D23CD

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

Shades of Purple Heart #3D23CD

Tints of Purple Heart #3D23CD

Color information

#3D23CD (or 0x3D23CD) is unknown color: approx Purple Heart. HEX triplet: 3D, 23 and CD. RGB value is (61,35,205). Sum of RGB (Red+Green+Blue) = 61+35+205=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #3D23CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D23CD is #C2DC32. Grayscale: #3D3D3D. Windows color (decimal): -12770355 or 13443901. OLE color: 13443901.

HSL color Cylindrical-coordinate representation of color #3D23CD: hue angle of 249.18º degrees, saturation: 0.71, 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 #3D23CD is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6135205-
CMYK0.700.8300.20
HSL249.18º70.83%47.06%-
HSV(B)249.18º82.93%80.39%-
XYZ13.546.658.32-
YUV62.15208.61127.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.27%
GREEN value IS 35 (14.06% from 255) = 11.63%
BLUE value IS 205 (80.47% from 255) = 68.11%
R=20.27%
G=11.63%
B=68.11%

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
Decimal61352050.700.8300.20249.1870.8347.06
Hex3D23CD4653014f9472f
Octal754331510612302437110757
Binary1111011000111100110110001101010011010100111110011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D23CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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