Html Css Color HEX #713788 Vivid Violet

📋 copy color: '#713788'

red 113 ◦ green 55 ◦ blue 136

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

Shades of Vivid Violet #713788

Tints of Vivid Violet #713788

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

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

R = 37.17%
G = 18.09%
B = 44.74%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713788 (or 0x713788) is known color: Vivid Violet. HEX triplet: 71, 37 and 88. RGB value is (113,55,136). Sum of RGB (Red+Green+Blue) = 113+55+136=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #713788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713788 is #8EC877. Grayscale: #515151. Windows color (decimal): -9357432 or 8927089. OLE color: 8927089.

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

Color convert

RGB 113 55 136 -
CMYK 0.17 0.60 0 0.47
HSL 282.96º 0.42% 0.37% -
HSV(B) 282.96º 0.6% 0.53% -
XYZ 12.62 8.02 24.18 -
YUV 81.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 113 55 136 0.17 0.60 0 0.47 282.96 0.42 0.37
Hex 71 37 88 11 3C 0 2F 11B 2A 25
Octal 161 67 210 21 74 0 57 433 52 45
Binary 1110001 110111 10001000 10001 111100 0 101111 100011011 101010 100101

Color Harmonies of #713788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713788

Black with #713788

Text Example


Text Example

White with #713788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713788; }

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

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

background-color css

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

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

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

border-color css

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

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

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