Html Css Color HEX #130741 Violent Violet

📋 copy color: '#130741'

red 19 ◦ green 7 ◦ blue 65

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

Shades of Violent Violet #130741

Tints of Violent Violet #130741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.69%

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

R = 20.88%
G = 7.69%
B = 71.43%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130741 (or 0x130741) is known color: Violent Violet. HEX triplet: 13, 07 and 41. RGB value is (19,7,65). Sum of RGB (Red+Green+Blue) = 19+7+65=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #130741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130741 is #ECF8BE. Grayscale: #101010. Windows color (decimal): -15530175 or 4261651. OLE color: 4261651.

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

Color convert

RGB 19 7 65 -
CMYK 0.71 0.89 0 0.75
HSL 252.41º 0.81% 0.14% -
HSV(B) 252.41º 0.89% 0.25% -
XYZ 1.3 0.67 5.06 -
YUV 17.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 19 7 65 0.71 0.89 0 0.75 252.41 0.81 0.14
Hex 13 7 41 47 59 0 4B FC 51 E
Octal 23 7 101 107 131 0 113 374 121 16
Binary 10011 111 1000001 1000111 1011001 0 1001011 11111100 1010001 1110

Color Harmonies of #130741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130741

Black with #130741

Text Example


Text Example

White with #130741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130741; }

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

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

background-color css

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

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

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

border-color css

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

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

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