Html Css Color HEX #130047 Violent Violet

📋 copy color: '#130047'

red 19 ◦ green 0 ◦ blue 71

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

Shades of Violent Violet #130047

Tints of Violent Violet #130047

RGB

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

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

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

R = 21.11%
G = 0%
B = 78.89%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#130047 (or 0x130047) is known color: Violent Violet. HEX triplet: 13, 00 and 47. RGB value is (19,0,71). Sum of RGB (Red+Green+Blue) = 19+0+71=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 71 (28.12% from 255 or 78.89% from 90); Max value from RGB is 71 - color contains mainly: blue. Hex color #130047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130047 is #ECFFB8. Grayscale: #0D0D0D. Windows color (decimal): -15531961 or 4653075. OLE color: 4653075.

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

Color convert

RGB 19 0 71 -
CMYK 0.73 1 0 0.72
HSL 256.06º 1% 0.14% -
HSV(B) 256.06º 1% 0.28% -
XYZ 1.41 0.59 6 -
YUV 13.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 19 0 71 0.73 1 0 0.72 256.06 1 0.14
Hex 13 0 47 49 64 0 48 100 64 E
Octal 23 0 107 111 144 0 110 400 144 16
Binary 10011 0 1000111 1001001 1100100 0 1001000 100000000 1100100 1110

Color Harmonies of #130047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130047

Black with #130047

Text Example


Text Example

White with #130047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130047; }

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

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

background-color css

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

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

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

border-color css

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

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

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