Html Css Color HEX #713892 Vivid Violet

📋 copy color: '#713892'

red 113 ◦ green 56 ◦ blue 146

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

Shades of Vivid Violet #713892

Tints of Vivid Violet #713892

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 35.87%
G = 17.78%
B = 46.35%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713892 (or 0x713892) is known color: Vivid Violet. HEX triplet: 71, 38 and 92. RGB value is (113,56,146). Sum of RGB (Red+Green+Blue) = 113+56+146=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #713892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713892 is #8EC76D. Grayscale: #535353. Windows color (decimal): -9357166 or 9582705. OLE color: 9582705.

HSL color Cylindrical-coordinate representation of color #713892: hue angle of 278º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713892 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 56 146 -
CMYK 0.23 0.62 0 0.43
HSL 278º 0.45% 0.4% -
HSV(B) 278º 0.62% 0.57% -
XYZ 13.41 8.41 28.11 -
YUV 83.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 113 56 146 0.23 0.62 0 0.43 278 0.45 0.4
Hex 71 38 92 17 3E 0 2B 116 2D 28
Octal 161 70 222 27 76 0 53 426 55 50
Binary 1110001 111000 10010010 10111 111110 0 101011 100010110 101101 101000

Color Harmonies of #713892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713892

Black with #713892

Text Example


Text Example

White with #713892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713892; }

 p { color: rgb(113,56,146); }

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

background-color css

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

 a { background-color: rgb(113,56,146); }

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

border-color css

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

 span { border-color: rgb(113,56,146); }

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