Html Css Color HEX #712584 Vivid Violet

📋 copy color: '#712584'

red 113 ◦ green 37 ◦ blue 132

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

Shades of Vivid Violet #712584

Tints of Vivid Violet #712584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

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

R = 40.07%
G = 13.12%
B = 46.81%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#712584 (or 0x712584) is known color: Vivid Violet. HEX triplet: 71, 25 and 84. RGB value is (113,37,132). Sum of RGB (Red+Green+Blue) = 113+37+132=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #712584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712584 is #8EDA7B. Grayscale: #464646. Windows color (decimal): -9362044 or 8660337. OLE color: 8660337.

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

Color convert

RGB 113 37 132 -
CMYK 0.14 0.72 0 0.48
HSL 288º 0.56% 0.33% -
HSV(B) 288º 0.72% 0.52% -
XYZ 11.64 6.5 22.47 -
YUV 70.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 113 37 132 0.14 0.72 0 0.48 288 0.56 0.33
Hex 71 25 84 E 48 0 30 120 38 21
Octal 161 45 204 16 110 0 60 440 70 41
Binary 1110001 100101 10000100 1110 1001000 0 110000 100100000 111000 100001

Color Harmonies of #712584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712584

Black with #712584

Text Example


Text Example

White with #712584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712584; }

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

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

background-color css

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

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

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

border-color css

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

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

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