Html Css Color HEX #713384 Vivid Violet

📋 copy color: '#713384'

red 113 ◦ green 51 ◦ blue 132

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

Shades of Vivid Violet #713384

Tints of Vivid Violet #713384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

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

R = 38.18%
G = 17.23%
B = 44.59%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#713384 (or 0x713384) is known color: Vivid Violet. HEX triplet: 71, 33 and 84. RGB value is (113,51,132). Sum of RGB (Red+Green+Blue) = 113+51+132=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #713384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713384 is #8ECC7B. Grayscale: #4E4E4E. Windows color (decimal): -9358460 or 8663921. OLE color: 8663921.

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

Color convert

RGB 113 51 132 -
CMYK 0.14 0.61 0 0.48
HSL 285.93º 0.44% 0.36% -
HSV(B) 285.93º 0.61% 0.52% -
XYZ 12.16 7.54 22.65 -
YUV 78.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 113 51 132 0.14 0.61 0 0.48 285.93 0.44 0.36
Hex 71 33 84 E 3D 0 30 11E 2C 24
Octal 161 63 204 16 75 0 60 436 54 44
Binary 1110001 110011 10000100 1110 111101 0 110000 100011110 101100 100100

Color Harmonies of #713384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713384

Black with #713384

Text Example


Text Example

White with #713384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713384; }

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

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

background-color css

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

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

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

border-color css

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

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

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