Html Css Color HEX #713088 Vivid Violet

📋 copy color: '#713088'

red 113 ◦ green 48 ◦ blue 136

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

Shades of Vivid Violet #713088

Tints of Vivid Violet #713088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

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

R = 38.05%
G = 16.16%
B = 45.79%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713088 (or 0x713088) is known color: Vivid Violet. HEX triplet: 71, 30 and 88. RGB value is (113,48,136). Sum of RGB (Red+Green+Blue) = 113+48+136=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #713088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713088 is #8ECF77. Grayscale: #4D4D4D. Windows color (decimal): -9359224 or 8925297. OLE color: 8925297.

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

Color convert

RGB 113 48 136 -
CMYK 0.17 0.65 0 0.47
HSL 284.32º 0.48% 0.36% -
HSV(B) 284.32º 0.65% 0.53% -
XYZ 12.31 7.4 24.07 -
YUV 77.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 113 48 136 0.17 0.65 0 0.47 284.32 0.48 0.36
Hex 71 30 88 11 41 0 2F 11C 30 24
Octal 161 60 210 21 101 0 57 434 60 44
Binary 1110001 110000 10001000 10001 1000001 0 101111 100011100 110000 100100

Color Harmonies of #713088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713088

Black with #713088

Text Example


Text Example

White with #713088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713088; }

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

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

background-color css

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

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

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

border-color css

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

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

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