#3B14CA

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

Shades of Purple Heart #3B14CA

Tints of Purple Heart #3B14CA

Color information

#3B14CA (or 0x3B14CA) is unknown color: approx Purple Heart. HEX triplet: 3B, 14 and CA. RGB value is (59,20,202). Sum of RGB (Red+Green+Blue) = 59+20+202=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B14CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B14CA is #C4EB35. Grayscale: #333333. Windows color (decimal): -12905270 or 13243451. OLE color: 13243451.

HSL color Cylindrical-coordinate representation of color #3B14CA: hue angle of 252.86º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B14CA is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5920202-
CMYK0.710.9000.21
HSL252.86º81.98%43.53%-
HSV(B)252.86º90.1%79.22%-
XYZ12.715.6956.31-
YUV52.41212.42132.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 20 (8.20% from 255) = 7.12%
BLUE value IS 202 (79.30% from 255) = 71.89%
R=21.00%
G=7.12%
B=71.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59202020.710.9000.21252.8681.9843.53
Hex3B14CA475A015fd522c
Octal732431210713202537512254
Binary111011101001100101010001111011010010101111111011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B14CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,20,202); }

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

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

 a { background-color: rgb(59,20,202); }

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

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

 span { border-color: rgb(59,20,202); }

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