Html Css Color HEX #15014C Violent Violet

📋 copy color: '#15014C'

red 21 ◦ green 1 ◦ blue 76

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

Shades of Violent Violet #15014C

Tints of Violent Violet #15014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 77.55%

R = 21.43%
G = 1.02%
B = 77.55%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15014C (or 0x15014C) is known color: Violent Violet. HEX triplet: 15, 01 and 4C. RGB value is (21,1,76). Sum of RGB (Red+Green+Blue) = 21+1+76=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 76 (30.08% from 255 or 77.55% from 98); Max value from RGB is 76 - color contains mainly: blue. Hex color #15014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15014C is #EAFEB3. Grayscale: #0F0F0F. Windows color (decimal): -15400628 or 4981013. OLE color: 4981013.

HSL color Cylindrical-coordinate representation of color #15014C: hue angle of 256º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15014C is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 1 76 -
CMYK 0.72 0.99 0 0.70
HSL 256º 0.97% 0.15% -
HSV(B) 256º 0.99% 0.3% -
XYZ 1.62 0.7 6.89 -
YUV 15.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 21 1 76 0.72 0.99 0 0.70 256 0.97 0.15
Hex 15 1 4C 48 63 0 46 100 61 F
Octal 25 1 114 110 143 0 106 400 141 17
Binary 10101 1 1001100 1001000 1100011 0 1000110 100000000 1100001 1111

Color Harmonies of #15014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15014C

Black with #15014C

Text Example


Text Example

White with #15014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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