Html Css Color HEX #130447 Violent Violet

📋 copy color: '#130447'

red 19 ◦ green 4 ◦ blue 71

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

Shades of Violent Violet #130447

Tints of Violent Violet #130447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.26%

 BLUE value IS 71 (28.13% from 255) = 75.53%

R = 20.21%
G = 4.26%
B = 75.53%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#130447 (or 0x130447) is known color: Violent Violet. HEX triplet: 13, 04 and 47. RGB value is (19,4,71). Sum of RGB (Red+Green+Blue) = 19+4+71=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #130447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130447 is #ECFBB8. Grayscale: #0F0F0F. Windows color (decimal): -15530937 or 4654099. OLE color: 4654099.

HSL color Cylindrical-coordinate representation of color #130447: hue angle of 253.43º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130447 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 4 71 -
CMYK 0.73 0.94 0 0.72
HSL 253.43º 0.89% 0.15% -
HSV(B) 253.43º 0.94% 0.28% -
XYZ 1.45 0.68 6.02 -
YUV 16.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 19 4 71 0.73 0.94 0 0.72 253.43 0.89 0.15
Hex 13 4 47 49 5E 0 48 FD 59 F
Octal 23 4 107 111 136 0 110 375 131 17
Binary 10011 100 1000111 1001001 1011110 0 1001000 11111101 1011001 1111

Color Harmonies of #130447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130447

Black with #130447

Text Example


Text Example

White with #130447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130447; }

 p { color: rgb(19,4,71); }

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

background-color css

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

 a { background-color: rgb(19,4,71); }

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

border-color css

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

 span { border-color: rgb(19,4,71); }

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