Html Css Color HEX #13004F Violent Violet

📋 copy color: '#13004F'

red 19 ◦ green 0 ◦ blue 79

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

Shades of Violent Violet #13004F

Tints of Violent Violet #13004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 19.39%
G = 0%
B = 80.61%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13004F (or 0x13004F) is known color: Violent Violet. HEX triplet: 13, 00 and 4F. RGB value is (19,0,79). Sum of RGB (Red+Green+Blue) = 19+0+79=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 79 (31.25% from 255 or 80.61% from 98); Max value from RGB is 79 - color contains mainly: blue. Hex color #13004F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13004F is #ECFFB0. Grayscale: #0E0E0E. Windows color (decimal): -15531953 or 5177363. OLE color: 5177363.

HSL color Cylindrical-coordinate representation of color #13004F: hue angle of 254.43º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13004F is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 0 79 -
CMYK 0.76 1 0 0.69
HSL 254.43º 1% 0.15% -
HSV(B) 254.43º 1% 0.31% -
XYZ 1.68 0.7 7.44 -
YUV 14.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 19 0 79 0.76 1 0 0.69 254.43 1 0.15
Hex 13 0 4F 4C 64 0 45 FE 64 F
Octal 23 0 117 114 144 0 105 376 144 17
Binary 10011 0 1001111 1001100 1100100 0 1000101 11111110 1100100 1111

Color Harmonies of #13004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13004F

Black with #13004F

Text Example


Text Example

White with #13004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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