Html Css Color HEX #150648 Violent Violet

📋 copy color: '#150648'

red 21 ◦ green 6 ◦ blue 72

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

Shades of Violent Violet #150648

Tints of Violent Violet #150648

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 value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#150648 (or 0x150648) is known color: 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

RGB 21 6 72 -
CMYK 0.71 0.92 0 0.72
HSL 253.64º 0.85% 0.15% -
HSV(B) 253.64º 0.92% 0.28% -
XYZ 1.54 0.76 6.2 -
YUV 18.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 21 6 72 0.71 0.92 0 0.72 253.64 0.85 0.15
Hex 15 6 48 47 5C 0 48 FE 55 F
Octal 25 6 110 107 134 0 110 376 125 17
Binary 10101 110 1001000 1000111 1011100 0 1001000 11111110 1010101 1111

Color Harmonies of #150648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150648

Black with #150648

Text Example


Text Example

White with #150648

Text Example


Text Example

HTML Codes & Css Web 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>