Html Css Color HEX #150447 Violent Violet

📋 copy color: '#150447'

red 21 ◦ green 4 ◦ blue 71

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

Shades of Violent Violet #150447

Tints of Violent Violet #150447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.17%

 BLUE value IS 71 (28.13% from 255) = 73.96%

R = 21.88%
G = 4.17%
B = 73.96%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#150447 (or 0x150447) is known color: Violent Violet. HEX triplet: 15, 04 and 47. RGB value is (21,4,71). Sum of RGB (Red+Green+Blue) = 21+4+71=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 71 (28.12% from 255 or 73.96% from 96); Max value from RGB is 71 - color contains mainly: blue. Hex color #150447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150447 is #EAFBB8. Grayscale: #101010. Windows color (decimal): -15399865 or 4654101. OLE color: 4654101.

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

Color convert

RGB 21 4 71 -
CMYK 0.70 0.94 0 0.72
HSL 255.22º 0.89% 0.15% -
HSV(B) 255.22º 0.94% 0.28% -
XYZ 1.49 0.7 6.02 -
YUV 16.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 21 4 71 0.70 0.94 0 0.72 255.22 0.89 0.15
Hex 15 4 47 46 5E 0 48 FF 59 F
Octal 25 4 107 106 136 0 110 377 131 17
Binary 10101 100 1000111 1000110 1011110 0 1001000 11111111 1011001 1111

Color Harmonies of #150447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150447

Black with #150447

Text Example


Text Example

White with #150447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150447; }

 p { color: rgb(21,4,71); }

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

background-color css

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

 a { background-color: rgb(21,4,71); }

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

border-color css

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

 span { border-color: rgb(21,4,71); }

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