Html Css Color HEX #130140 Violent Violet

📋 copy color: '#130140'

red 19 ◦ green 1 ◦ blue 64

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

Shades of Violent Violet #130140

Tints of Violent Violet #130140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 76.19%

R = 22.62%
G = 1.19%
B = 76.19%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130140 (or 0x130140) is known color: Violent Violet. HEX triplet: 13, 01 and 40. RGB value is (19,1,64). Sum of RGB (Red+Green+Blue) = 19+1+64=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 64 (25.39% from 255 or 76.19% from 84); Max value from RGB is 64 - color contains mainly: blue. Hex color #130140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130140 is #ECFEBF. Grayscale: #0D0D0D. Windows color (decimal): -15531712 or 4194579. OLE color: 4194579.

HSL color Cylindrical-coordinate representation of color #130140: hue angle of 257.14º 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 #130140 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 1 64 -
CMYK 0.70 0.98 0 0.75
HSL 257.14º 0.97% 0.13% -
HSV(B) 257.14º 0.98% 0.25% -
XYZ 1.2 0.53 4.89 -
YUV 13.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 19 1 64 0.70 0.98 0 0.75 257.14 0.97 0.13
Hex 13 1 40 46 62 0 4B 101 61 D
Octal 23 1 100 106 142 0 113 401 141 15
Binary 10011 1 1000000 1000110 1100010 0 1001011 100000001 1100001 1101

Color Harmonies of #130140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130140

Black with #130140

Text Example


Text Example

White with #130140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130140; }

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

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

background-color css

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

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

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

border-color css

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

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

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