#150648

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

Shades of Violent Violet #150648

Tints of Violent Violet #150648

Color information

#150648 (or 0x150648) is unknown color: approx Violent Violet. HEX triplet: 15, 06 and 48. RGB value is (21,6,72). Sum of RGB (Red+Green+Blue) = 21+6+72=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #150648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150648 is #EAF9B7. Grayscale: #111111. Windows color (decimal): -15399352 or 4720149. OLE color: 4720149.

HSL color Cylindrical-coordinate representation of color #150648: hue angle of 253.64º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150648 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21672-
CMYK0.710.9200.72
HSL253.64º84.62%15.29%-
HSV(B)253.64º91.67%28.24%-
XYZ1.540.766.2-
YUV18.01158.47130.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 72 (28.52% from 255) = 72.73%
R=21.21%
G=6.06%
B=72.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal216720.710.9200.72253.6484.6215.29
Hex15648475C048fe55f
Octal256110107134011037612517
Binary10101110100100010001111011100010010001111111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150648; }

 p { color: rgb(21,6,72); }

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

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

 a { background-color: rgb(21,6,72); }

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

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

 span { border-color: rgb(21,6,72); }

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