#150053

Color #150053 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #150053

Tints of Violent Violet #150053

Color information

#150053 (or 0x150053) is unknown color: approx Violent Violet. HEX triplet: 15, 00 and 53. RGB value is (21,0,83). Sum of RGB (Red+Green+Blue) = 21+0+83=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #150053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150053 is #EAFFAC. Grayscale: #0F0F0F. Windows color (decimal): -15400877 or 5439509. OLE color: 5439509.

HSL color Cylindrical-coordinate representation of color #150053: hue angle of 255.18º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150053 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB21083-
CMYK0.75100.67
HSL255.18º100%16.27%-
HSV(B)255.18º100%32.55%-
XYZ1.870.788.24-
YUV15.74165.96131.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 79.81%
R=20.19%
G=0%
B=79.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal210830.75100.67255.1810016.27
Hex150534B64043ff6410
Octal250123113144010337714420
Binary1010101010011100101111001000100001111111111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150053; }

 p { color: rgb(21,0,83); }

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

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

 a { background-color: rgb(21,0,83); }

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

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

 span { border-color: rgb(21,0,83); }

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