Html Css Color HEX #150748 Violent Violet

📋 copy color: '#150748'

red 21 ◦ green 7 ◦ blue 72

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

Shades of Violent Violet #150748

Tints of Violent Violet #150748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 72%

R = 21%
G = 7%
B = 72%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#150748 (or 0x150748) is known color: Violent Violet. HEX triplet: 15, 07 and 48. RGB value is (21,7,72). Sum of RGB (Red+Green+Blue) = 21+7+72=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #150748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150748 is #EAF8B7. Grayscale: #121212. Windows color (decimal): -15399096 or 4720405. OLE color: 4720405.

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

Color convert

RGB 21 7 72 -
CMYK 0.71 0.90 0 0.72
HSL 252.92º 0.82% 0.15% -
HSV(B) 252.92º 0.9% 0.28% -
XYZ 1.55 0.78 6.2 -
YUV 18.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 21 7 72 0.71 0.90 0 0.72 252.92 0.82 0.15
Hex 15 7 48 47 5A 0 48 FD 52 F
Octal 25 7 110 107 132 0 110 375 122 17
Binary 10101 111 1001000 1000111 1011010 0 1001000 11111101 1010010 1111

Color Harmonies of #150748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150748

Black with #150748

Text Example


Text Example

White with #150748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150748; }

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

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

background-color css

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

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

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

border-color css

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

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

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