Html Css Color HEX #130148 Violent Violet

📋 copy color: '#130148'

red 19 ◦ green 1 ◦ blue 72

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

Shades of Violent Violet #130148

Tints of Violent Violet #130148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 78.26%

R = 20.65%
G = 1.09%
B = 78.26%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#130148 (or 0x130148) is known color: Violent Violet. HEX triplet: 13, 01 and 48. RGB value is (19,1,72). Sum of RGB (Red+Green+Blue) = 19+1+72=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 72 (28.52% from 255 or 78.26% from 92); Max value from RGB is 72 - color contains mainly: blue. Hex color #130148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130148 is #ECFEB7. Grayscale: #0E0E0E. Windows color (decimal): -15531704 or 4718867. OLE color: 4718867.

HSL color Cylindrical-coordinate representation of color #130148: hue angle of 255.21º 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 #130148 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 1 72 -
CMYK 0.74 0.99 0 0.72
HSL 255.21º 0.97% 0.14% -
HSV(B) 255.21º 0.99% 0.28% -
XYZ 1.45 0.63 6.18 -
YUV 14.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 19 1 72 0.74 0.99 0 0.72 255.21 0.97 0.14
Hex 13 1 48 4A 63 0 48 FF 61 E
Octal 23 1 110 112 143 0 110 377 141 16
Binary 10011 1 1001000 1001010 1100011 0 1001000 11111111 1100001 1110

Color Harmonies of #130148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130148

Black with #130148

Text Example


Text Example

White with #130148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130148; }

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

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

background-color css

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

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

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

border-color css

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

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

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