Html Css Color HEX #15014F Violent Violet

📋 copy color: '#15014F'

red 21 ◦ green 1 ◦ blue 79

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

Shades of Violent Violet #15014F

Tints of Violent Violet #15014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.99%

 BLUE value IS 79 (31.25% from 255) = 78.22%

R = 20.79%
G = 0.99%
B = 78.22%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15014F (or 0x15014F) is known color: Violent Violet. HEX triplet: 15, 01 and 4F. RGB value is (21,1,79). Sum of RGB (Red+Green+Blue) = 21+1+79=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 79 (31.25% from 255 or 78.22% from 101); Max value from RGB is 79 - color contains mainly: blue. Hex color #15014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15014F is #EAFEB0. Grayscale: #0F0F0F. Windows color (decimal): -15400625 or 5177621. OLE color: 5177621.

HSL color Cylindrical-coordinate representation of color #15014F: hue angle of 255.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15014F is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 1 79 -
CMYK 0.73 0.99 0 0.69
HSL 255.38º 0.98% 0.16% -
HSV(B) 255.38º 0.99% 0.31% -
XYZ 1.73 0.75 7.45 -
YUV 15.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 21 1 79 0.73 0.99 0 0.69 255.38 0.98 0.16
Hex 15 1 4F 49 63 0 45 FF 62 10
Octal 25 1 117 111 143 0 105 377 142 20
Binary 10101 1 1001111 1001001 1100011 0 1000101 11111111 1100010 10000

Color Harmonies of #15014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15014F

Black with #15014F

Text Example


Text Example

White with #15014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15014F; }

 p { color: rgb(21,1,79); }

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

background-color css

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

 a { background-color: rgb(21,1,79); }

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

border-color css

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

 span { border-color: rgb(21,1,79); }

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