#3D13CA

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

Shades of Purple Heart #3D13CA

Tints of Purple Heart #3D13CA

Color information

#3D13CA (or 0x3D13CA) is unknown color: approx Purple Heart. HEX triplet: 3D, 13 and CA. RGB value is (61,19,202). Sum of RGB (Red+Green+Blue) = 61+19+202=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D13CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D13CA is #C2EC35. Grayscale: #333333. Windows color (decimal): -12774454 or 13243197. OLE color: 13243197.

HSL color Cylindrical-coordinate representation of color #3D13CA: hue angle of 253.77º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D13CA is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6119202-
CMYK0.700.9100.21
HSL253.77º82.81%43.33%-
HSV(B)253.77º90.59%79.22%-
XYZ12.825.7256.31-
YUV52.42212.41134.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 19 (7.81% from 255) = 6.74%
BLUE value IS 202 (79.30% from 255) = 71.63%
R=21.63%
G=6.74%
B=71.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal61192020.700.9100.21253.7782.8143.33
Hex3D13CA465B015fe532b
Octal752331210613302537612353
Binary111101100111100101010001101011011010101111111101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D13CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,19,202); }

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

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

 a { background-color: rgb(61,19,202); }

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

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

 span { border-color: rgb(61,19,202); }

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