Html Css Color HEX #713388 Vivid Violet

📋 copy color: '#713388'

red 113 ◦ green 51 ◦ blue 136

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

Shades of Vivid Violet #713388

Tints of Vivid Violet #713388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17%

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

R = 37.67%
G = 17%
B = 45.33%

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

#713388 (or 0x713388) is known color: Vivid Violet. HEX triplet: 71, 33 and 88. RGB value is (113,51,136). Sum of RGB (Red+Green+Blue) = 113+51+136=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #713388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713388 is #8ECC77. Grayscale: #4E4E4E. Windows color (decimal): -9358456 or 8926065. OLE color: 8926065.

HSL color Cylindrical-coordinate representation of color #713388: hue angle of 283.76º 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 #713388 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 51 136 -
CMYK 0.17 0.62 0 0.47
HSL 283.76º 0.45% 0.37% -
HSV(B) 283.76º 0.63% 0.53% -
XYZ 12.44 7.66 24.11 -
YUV 79.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 113 51 136 0.17 0.62 0 0.47 283.76 0.45 0.37
Hex 71 33 88 11 3E 0 2F 11C 2D 25
Octal 161 63 210 21 76 0 57 434 55 45
Binary 1110001 110011 10001000 10001 111110 0 101111 100011100 101101 100101

Color Harmonies of #713388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713388

Black with #713388

Text Example


Text Example

White with #713388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713388; }

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

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

background-color css

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

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

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

border-color css

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

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

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