Html Css Color HEX #712284 Vivid Violet

📋 copy color: '#712284'

red 113 ◦ green 34 ◦ blue 132

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

Shades of Vivid Violet #712284

Tints of Vivid Violet #712284

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.19%

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

R = 40.5%
G = 12.19%
B = 47.31%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#712284 (or 0x712284) is known color: Vivid Violet. HEX triplet: 71, 22 and 84. RGB value is (113,34,132). Sum of RGB (Red+Green+Blue) = 113+34+132=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #712284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712284 is #8EDD7B. Grayscale: #444444. Windows color (decimal): -9362812 or 8659569. OLE color: 8659569.

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

Color convert

RGB 113 34 132 -
CMYK 0.14 0.74 0 0.48
HSL 288.37º 0.59% 0.33% -
HSV(B) 288.37º 0.74% 0.52% -
XYZ 11.55 6.32 22.44 -
YUV 68.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 113 34 132 0.14 0.74 0 0.48 288.37 0.59 0.33
Hex 71 22 84 E 4A 0 30 120 3B 21
Octal 161 42 204 16 112 0 60 440 73 41
Binary 1110001 100010 10000100 1110 1001010 0 110000 100100000 111011 100001

Color Harmonies of #712284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712284

Black with #712284

Text Example


Text Example

White with #712284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712284; }

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

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

background-color css

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

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

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

border-color css

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

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

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