Html Css Color HEX #13014F Violent Violet

📋 copy color: '#13014F'

red 19 ◦ green 1 ◦ blue 79

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

Shades of Violent Violet #13014F

Tints of Violent Violet #13014F

RGB

 RED value IS 19 (7.81% from 255) = 19.19%

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

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

R = 19.19%
G = 1.01%
B = 79.8%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13014F (or 0x13014F) is known color: Violent Violet. HEX triplet: 13, 01 and 4F. RGB value is (19,1,79). Sum of RGB (Red+Green+Blue) = 19+1+79=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 79 (31.25% from 255 or 79.80% from 99); Max value from RGB is 79 - color contains mainly: blue. Hex color #13014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13014F is #ECFEB0. Grayscale: #0E0E0E. Windows color (decimal): -15531697 or 5177619. OLE color: 5177619.

HSL color Cylindrical-coordinate representation of color #13014F: hue angle of 253.85º 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 #13014F is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 1 79 -
CMYK 0.76 0.99 0 0.69
HSL 253.85º 0.98% 0.16% -
HSV(B) 253.85º 0.99% 0.31% -
XYZ 1.69 0.72 7.45 -
YUV 15.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 19 1 79 0.76 0.99 0 0.69 253.85 0.98 0.16
Hex 13 1 4F 4C 63 0 45 FE 62 10
Octal 23 1 117 114 143 0 105 376 142 20
Binary 10011 1 1001111 1001100 1100011 0 1000101 11111110 1100010 10000

Color Harmonies of #13014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13014F

Black with #13014F

Text Example


Text Example

White with #13014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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