#3A14B0

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

Shades of Purple Heart #3A14B0

Tints of Purple Heart #3A14B0

Color information

#3A14B0 (or 0x3A14B0) is unknown color: approx Purple Heart. HEX triplet: 3A, 14 and B0. RGB value is (58,20,176). Sum of RGB (Red+Green+Blue) = 58+20+176=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 176 (69.14% from 255 or 69.29% from 254); Max value from RGB is 176 - color contains mainly: blue. Hex color #3A14B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A14B0 is #C5EB4F. Grayscale: #303030. Windows color (decimal): -12970832 or 11539514. OLE color: 11539514.

HSL color Cylindrical-coordinate representation of color #3A14B0: hue angle of 254.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A14B0 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5820176-
CMYK0.670.8900.31
HSL254.62º79.59%38.43%-
HSV(B)254.62º88.64%69.02%-
XYZ9.834.5341.43-
YUV49.15199.59134.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.83%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 176 (69.14% from 255) = 69.29%
R=22.83%
G=7.87%
B=69.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58201760.670.8900.31254.6279.5938.43
Hex3A14B0435901Fff5026
Octal722426010313103737712046
Binary111010101001011000010000111011001011111111111111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A14B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,20,176); }

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

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

 a { background-color: rgb(58,20,176); }

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

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

 span { border-color: rgb(58,20,176); }

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