Html Css Color HEX #713492 Vivid Violet

📋 copy color: '#713492'

red 113 ◦ green 52 ◦ blue 146

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

Shades of Vivid Violet #713492

Tints of Vivid Violet #713492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

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

R = 36.33%
G = 16.72%
B = 46.95%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713492 (or 0x713492) is known color: Vivid Violet. HEX triplet: 71, 34 and 92. RGB value is (113,52,146). Sum of RGB (Red+Green+Blue) = 113+52+146=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #713492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713492 is #8ECB6D. Grayscale: #505050. Windows color (decimal): -9358190 or 9581681. OLE color: 9581681.

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

Color convert

RGB 113 52 146 -
CMYK 0.23 0.64 0 0.43
HSL 278.94º 0.47% 0.39% -
HSV(B) 278.94º 0.64% 0.57% -
XYZ 13.23 8.04 28.05 -
YUV 80.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 113 52 146 0.23 0.64 0 0.43 278.94 0.47 0.39
Hex 71 34 92 17 40 0 2B 117 2F 27
Octal 161 64 222 27 100 0 53 427 57 47
Binary 1110001 110100 10010010 10111 1000000 0 101011 100010111 101111 100111

Color Harmonies of #713492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713492

Black with #713492

Text Example


Text Example

White with #713492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713492; }

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

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

background-color css

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

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

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

border-color css

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

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

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