Html Css Color HEX #130149 Violent Violet

📋 copy color: '#130149'

red 19 ◦ green 1 ◦ blue 73

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

Shades of Violent Violet #130149

Tints of Violent Violet #130149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 78.49%

R = 20.43%
G = 1.08%
B = 78.49%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#130149 (or 0x130149) is known color: Violent Violet. HEX triplet: 13, 01 and 49. RGB value is (19,1,73). Sum of RGB (Red+Green+Blue) = 19+1+73=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #130149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130149 is #ECFEB6. Grayscale: #0E0E0E. Windows color (decimal): -15531703 or 4784403. OLE color: 4784403.

HSL color Cylindrical-coordinate representation of color #130149: hue angle of 255º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130149 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 1 73 -
CMYK 0.74 0.99 0 0.71
HSL 255º 0.97% 0.15% -
HSV(B) 255º 0.99% 0.29% -
XYZ 1.48 0.64 6.35 -
YUV 14.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 19 1 73 0.74 0.99 0 0.71 255 0.97 0.15
Hex 13 1 49 4A 63 0 47 FF 61 F
Octal 23 1 111 112 143 0 107 377 141 17
Binary 10011 1 1001001 1001010 1100011 0 1000111 11111111 1100001 1111

Color Harmonies of #130149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130149

Black with #130149

Text Example


Text Example

White with #130149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130149; }

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

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

background-color css

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

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

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

border-color css

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

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

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