Html Css Color HEX #13004A Violent Violet

📋 copy color: '#13004A'

red 19 ◦ green 0 ◦ blue 74

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

Shades of Violent Violet #13004A

Tints of Violent Violet #13004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 79.57%

R = 20.43%
G = 0%
B = 79.57%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13004A (or 0x13004A) is known color: Violent Violet. HEX triplet: 13, 00 and 4A. RGB value is (19,0,74). Sum of RGB (Red+Green+Blue) = 19+0+74=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 74 (29.30% from 255 or 79.57% from 93); Max value from RGB is 74 - color contains mainly: blue. Hex color #13004A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13004A is #ECFFB5. Grayscale: #0D0D0D. Windows color (decimal): -15531958 or 4849683. OLE color: 4849683.

HSL color Cylindrical-coordinate representation of color #13004A: hue angle of 255.41º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13004A is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 0 74 -
CMYK 0.74 1 0 0.71
HSL 255.41º 1% 0.15% -
HSV(B) 255.41º 1% 0.29% -
XYZ 1.5 0.63 6.52 -
YUV 14.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 19 0 74 0.74 1 0 0.71 255.41 1 0.15
Hex 13 0 4A 4A 64 0 47 FF 64 F
Octal 23 0 112 112 144 0 107 377 144 17
Binary 10011 0 1001010 1001010 1100100 0 1000111 11111111 1100100 1111

Color Harmonies of #13004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13004A

Black with #13004A

Text Example


Text Example

White with #13004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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