Html Css Color HEX #130141 Violent Violet

📋 copy color: '#130141'

red 19 ◦ green 1 ◦ blue 65

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

Shades of Violent Violet #130141

Tints of Violent Violet #130141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 76.47%

R = 22.35%
G = 1.18%
B = 76.47%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130141 (or 0x130141) is known color: Violent Violet. HEX triplet: 13, 01 and 41. RGB value is (19,1,65). Sum of RGB (Red+Green+Blue) = 19+1+65=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 65 (25.78% from 255 or 76.47% from 85); Max value from RGB is 65 - color contains mainly: blue. Hex color #130141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130141 is #ECFEBE. Grayscale: #0D0D0D. Windows color (decimal): -15531711 or 4260115. OLE color: 4260115.

HSL color Cylindrical-coordinate representation of color #130141: hue angle of 256.88º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130141 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 1 65 -
CMYK 0.71 0.98 0 0.75
HSL 256.88º 0.97% 0.13% -
HSV(B) 256.88º 0.98% 0.25% -
XYZ 1.23 0.54 5.04 -
YUV 13.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 19 1 65 0.71 0.98 0 0.75 256.88 0.97 0.13
Hex 13 1 41 47 62 0 4B 101 61 D
Octal 23 1 101 107 142 0 113 401 141 15
Binary 10011 1 1000001 1000111 1100010 0 1001011 100000001 1100001 1101

Color Harmonies of #130141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130141

Black with #130141

Text Example


Text Example

White with #130141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130141; }

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

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

background-color css

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

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

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

border-color css

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

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

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