Html Css Color HEX #130050 Violent Violet

📋 copy color: '#130050'

red 19 ◦ green 0 ◦ blue 80

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

Shades of Violent Violet #130050

Tints of Violent Violet #130050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 80.81%

R = 19.19%
G = 0%
B = 80.81%

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

#130050 (or 0x130050) is known color: Violent Violet. HEX triplet: 13, 00 and 50. RGB value is (19,0,80). Sum of RGB (Red+Green+Blue) = 19+0+80=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 80 (31.64% from 255 or 80.81% from 99); Max value from RGB is 80 - color contains mainly: blue. Hex color #130050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130050 is #ECFFAF. Grayscale: #0E0E0E. Windows color (decimal): -15531952 or 5242899. OLE color: 5242899.

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

Color convert

RGB 19 0 80 -
CMYK 0.76 1 0 0.69
HSL 254.25º 1% 0.16% -
HSV(B) 254.25º 1% 0.31% -
XYZ 1.72 0.72 7.64 -
YUV 14.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 19 0 80 0.76 1 0 0.69 254.25 1 0.16
Hex 13 0 50 4C 64 0 45 FE 64 10
Octal 23 0 120 114 144 0 105 376 144 20
Binary 10011 0 1010000 1001100 1100100 0 1000101 11111110 1100100 10000

Color Harmonies of #130050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130050

Black with #130050

Text Example


Text Example

White with #130050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130050; }

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

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

background-color css

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

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

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

border-color css

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

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

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