Html Css Color HEX #712485 Vivid Violet

📋 copy color: '#712485'

red 113 ◦ green 36 ◦ blue 133

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

Shades of Vivid Violet #712485

Tints of Vivid Violet #712485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 40.07%
G = 12.77%
B = 47.16%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#712485 (or 0x712485) is known color: Vivid Violet. HEX triplet: 71, 24 and 85. RGB value is (113,36,133). Sum of RGB (Red+Green+Blue) = 113+36+133=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #712485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712485 is #8EDB7A. Grayscale: #454545. Windows color (decimal): -9362299 or 8725617. OLE color: 8725617.

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

Color convert

RGB 113 36 133 -
CMYK 0.15 0.73 0 0.48
HSL 287.63º 0.57% 0.33% -
HSV(B) 287.63º 0.73% 0.52% -
XYZ 11.67 6.47 22.82 -
YUV 70.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 113 36 133 0.15 0.73 0 0.48 287.63 0.57 0.33
Hex 71 24 85 F 49 0 30 120 39 21
Octal 161 44 205 17 111 0 60 440 71 41
Binary 1110001 100100 10000101 1111 1001001 0 110000 100100000 111001 100001

Color Harmonies of #712485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712485

Black with #712485

Text Example


Text Example

White with #712485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712485; }

 p { color: rgb(113,36,133); }

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

background-color css

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

 a { background-color: rgb(113,36,133); }

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

border-color css

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

 span { border-color: rgb(113,36,133); }

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