Html Css Color HEX #130147 Violent Violet

📋 copy color: '#130147'

red 19 ◦ green 1 ◦ blue 71

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

Shades of Violent Violet #130147

Tints of Violent Violet #130147

RGB

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

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

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

R = 20.88%
G = 1.1%
B = 78.02%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#130147 (or 0x130147) is known color: Violent Violet. HEX triplet: 13, 01 and 47. RGB value is (19,1,71). Sum of RGB (Red+Green+Blue) = 19+1+71=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #130147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130147 is #ECFEB8. Grayscale: #0E0E0E. Windows color (decimal): -15531705 or 4653331. OLE color: 4653331.

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

Color convert

RGB 19 1 71 -
CMYK 0.73 0.99 0 0.72
HSL 255.43º 0.97% 0.14% -
HSV(B) 255.43º 0.99% 0.28% -
XYZ 1.42 0.62 6.01 -
YUV 14.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 19 1 71 0.73 0.99 0 0.72 255.43 0.97 0.14
Hex 13 1 47 49 63 0 48 FF 61 E
Octal 23 1 107 111 143 0 110 377 141 16
Binary 10011 1 1000111 1001001 1100011 0 1001000 11111111 1100001 1110

Color Harmonies of #130147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130147

Black with #130147

Text Example


Text Example

White with #130147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130147; }

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

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

background-color css

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

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

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

border-color css

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

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

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