Html Css Color HEX #713488 Vivid Violet

📋 copy color: '#713488'

red 113 ◦ green 52 ◦ blue 136

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

Shades of Vivid Violet #713488

Tints of Vivid Violet #713488

RGB

 RED value IS 113 (44.53% from 255) = 37.54%

 GREEN value IS 52 (20.7% from 255) = 17.28%

 BLUE value IS 136 (53.52% from 255) = 45.18%

R = 37.54%
G = 17.28%
B = 45.18%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713488 (or 0x713488) is known color: Vivid Violet. HEX triplet: 71, 34 and 88. RGB value is (113,52,136). Sum of RGB (Red+Green+Blue) = 113+52+136=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #713488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713488 is #8ECB77. Grayscale: #4F4F4F. Windows color (decimal): -9358200 or 8926321. OLE color: 8926321.

HSL color Cylindrical-coordinate representation of color #713488: hue angle of 283.57º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713488 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 52 136 -
CMYK 0.17 0.62 0 0.47
HSL 283.57º 0.45% 0.37% -
HSV(B) 283.57º 0.62% 0.53% -
XYZ 12.48 7.74 24.13 -
YUV 79.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 113 52 136 0.17 0.62 0 0.47 283.57 0.45 0.37
Hex 71 34 88 11 3E 0 2F 11C 2D 25
Octal 161 64 210 21 76 0 57 434 55 45
Binary 1110001 110100 10001000 10001 111110 0 101111 100011100 101101 100101

Color Harmonies of #713488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713488

Black with #713488

Text Example


Text Example

White with #713488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713488; }

 p { color: rgb(113,52,136); }

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

background-color css

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

 a { background-color: rgb(113,52,136); }

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

border-color css

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

 span { border-color: rgb(113,52,136); }

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