#3D23B4

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

Shades of Purple Heart #3D23B4

Tints of Purple Heart #3D23B4

Color information

#3D23B4 (or 0x3D23B4) is unknown color: approx Purple Heart. HEX triplet: 3D, 23 and B4. RGB value is (61,35,180). Sum of RGB (Red+Green+Blue) = 61+35+180=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 180 (70.70% from 255 or 65.22% from 276); Max value from RGB is 180 - color contains mainly: blue. Hex color #3D23B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D23B4 is #C2DC4B. Grayscale: #3A3A3A. Windows color (decimal): -12770380 or 11805501. OLE color: 11805501.

HSL color Cylindrical-coordinate representation of color #3D23B4: hue angle of 250.76º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D23B4 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6135180-
CMYK0.660.8100.29
HSL250.76º67.44%42.16%-
HSV(B)250.76º80.56%70.59%-
XYZ10.765.4943.67-
YUV59.3196.11129.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.10%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 180 (70.70% from 255) = 65.22%
R=22.10%
G=12.68%
B=65.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61351800.660.8100.29250.7667.4442.16
Hex3D23B4425101Dfb432a
Octal754326410212103537310352
Binary1111011000111011010010000101010001011101111110111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D23B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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