Html Css Color HEX #713B88 Vivid Violet

📋 copy color: '#713B88'

red 113 ◦ green 59 ◦ blue 136

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

Shades of Vivid Violet #713B88

Tints of Vivid Violet #713B88

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.16%

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

R = 36.69%
G = 19.16%
B = 44.16%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713B88 (or 0x713B88) is known color: Vivid Violet. HEX triplet: 71, 3B and 88. RGB value is (113,59,136). Sum of RGB (Red+Green+Blue) = 113+59+136=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #713B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713B88 is #8EC477. Grayscale: #535353. Windows color (decimal): -9356408 or 8928113. OLE color: 8928113.

HSL color Cylindrical-coordinate representation of color #713B88: hue angle of 282.08º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713B88 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 59 136 -
CMYK 0.17 0.57 0 0.47
HSL 282.08º 0.39% 0.38% -
HSV(B) 282.08º 0.57% 0.53% -
XYZ 12.82 8.42 24.24 -
YUV 83.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 113 59 136 0.17 0.57 0 0.47 282.08 0.39 0.38
Hex 71 3B 88 11 39 0 2F 11A 27 26
Octal 161 73 210 21 71 0 57 432 47 46
Binary 1110001 111011 10001000 10001 111001 0 101111 100011010 100111 100110

Color Harmonies of #713B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B88

Black with #713B88

Text Example


Text Example

White with #713B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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