Html Css Color HEX #150749 Violent Violet

📋 copy color: '#150749'

red 21 ◦ green 7 ◦ blue 73

#150749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #150749

Tints of Violent Violet #150749

RGB

 RED value IS 21 (8.59% from 255) = 20.79%

 GREEN value IS 7 (3.13% from 255) = 6.93%

 BLUE value IS 73 (28.91% from 255) = 72.28%

R = 20.79%
G = 6.93%
B = 72.28%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#150749 (or 0x150749) is known color: Violent Violet. HEX triplet: 15, 07 and 49. RGB value is (21,7,73). Sum of RGB (Red+Green+Blue) = 21+7+73=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #150749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150749 is #EAF8B6. Grayscale: #121212. Windows color (decimal): -15399095 or 4785941. OLE color: 4785941.

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

Color convert

RGB 21 7 73 -
CMYK 0.71 0.90 0 0.71
HSL 252.73º 0.83% 0.16% -
HSV(B) 252.73º 0.9% 0.29% -
XYZ 1.59 0.79 6.37 -
YUV 18.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 21 7 73 0.71 0.90 0 0.71 252.73 0.83 0.16
Hex 15 7 49 47 5A 0 47 FD 52 10
Octal 25 7 111 107 132 0 107 375 122 20
Binary 10101 111 1001001 1000111 1011010 0 1000111 11111101 1010010 10000

Color Harmonies of #150749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150749

Black with #150749

Text Example


Text Example

White with #150749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150749; }

 p { color: rgb(21,7,73); }

 H1.HeaderClassName
 {
   color: #150749;
 }
 .AnyTagClassName
 {
   color: #150749;
 }
</style>

background-color css

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

 a { background-color: rgb(21,7,73); }

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

border-color css

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

 span { border-color: rgb(21,7,73); }

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