Html Css Color HEX #713984 Vivid Violet

📋 copy color: '#713984'

red 113 ◦ green 57 ◦ blue 132

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

Shades of Vivid Violet #713984

Tints of Vivid Violet #713984

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

 BLUE value IS 132 (51.95% from 255) = 43.71%

R = 37.42%
G = 18.87%
B = 43.71%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#713984 (or 0x713984) is known color: Vivid Violet. HEX triplet: 71, 39 and 84. RGB value is (113,57,132). Sum of RGB (Red+Green+Blue) = 113+57+132=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #713984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713984 is #8EC67B. Grayscale: #525252. Windows color (decimal): -9356924 or 8665457. OLE color: 8665457.

HSL color Cylindrical-coordinate representation of color #713984: hue angle of 284.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713984 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 57 132 -
CMYK 0.14 0.57 0 0.48
HSL 284.8º 0.4% 0.37% -
HSV(B) 284.8º 0.57% 0.52% -
XYZ 12.44 8.1 22.74 -
YUV 82.29 156.05 149.9 -
System Red Green Blue C M Y K H S L
Decimal 113 57 132 0.14 0.57 0 0.48 284.8 0.4 0.37
Hex 71 39 84 E 39 0 30 11D 28 25
Octal 161 71 204 16 71 0 60 435 50 45
Binary 1110001 111001 10000100 1110 111001 0 110000 100011101 101000 100101

Color Harmonies of #713984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713984

Black with #713984

Text Example


Text Example

White with #713984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713984; }

 p { color: rgb(113,57,132); }

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

background-color css

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

 a { background-color: rgb(113,57,132); }

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

border-color css

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

 span { border-color: rgb(113,57,132); }

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