Html Css Color HEX #713286 Vivid Violet

📋 copy color: '#713286'

red 113 ◦ green 50 ◦ blue 134

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

Shades of Vivid Violet #713286

Tints of Vivid Violet #713286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

 BLUE value IS 134 (52.73% from 255) = 45.12%

R = 38.05%
G = 16.84%
B = 45.12%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713286 (or 0x713286) is known color: Vivid Violet. HEX triplet: 71, 32 and 86. RGB value is (113,50,134). Sum of RGB (Red+Green+Blue) = 113+50+134=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #713286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713286 is #8ECD79. Grayscale: #4E4E4E. Windows color (decimal): -9358714 or 8794737. OLE color: 8794737.

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

Color convert

RGB 113 50 134 -
CMYK 0.16 0.63 0 0.47
HSL 285º 0.46% 0.36% -
HSV(B) 285º 0.63% 0.53% -
XYZ 12.25 7.51 23.36 -
YUV 78.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 113 50 134 0.16 0.63 0 0.47 285 0.46 0.36
Hex 71 32 86 10 3F 0 2F 11D 2E 24
Octal 161 62 206 20 77 0 57 435 56 44
Binary 1110001 110010 10000110 10000 111111 0 101111 100011101 101110 100100

Color Harmonies of #713286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713286

Black with #713286

Text Example


Text Example

White with #713286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713286; }

 p { color: rgb(113,50,134); }

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

background-color css

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

 a { background-color: rgb(113,50,134); }

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

border-color css

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

 span { border-color: rgb(113,50,134); }

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