Html Css Color HEX #712198 Vivid Violet

📋 copy color: '#712198'

red 113 ◦ green 33 ◦ blue 152

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

Shades of Vivid Violet #712198

Tints of Vivid Violet #712198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

 BLUE value IS 152 (59.77% from 255) = 51.01%

R = 37.92%
G = 11.07%
B = 51.01%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#712198 (or 0x712198) is known color: Vivid Violet. HEX triplet: 71, 21 and 98. RGB value is (113,33,152). Sum of RGB (Red+Green+Blue) = 113+33+152=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #712198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712198 is #8EDE67. Grayscale: #464646. Windows color (decimal): -9363048 or 9970033. OLE color: 9970033.

HSL color Cylindrical-coordinate representation of color #712198: hue angle of 280.34º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712198 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 33 152 -
CMYK 0.26 0.78 0 0.40
HSL 280.34º 0.64% 0.36% -
HSV(B) 280.34º 0.78% 0.6% -
XYZ 13.02 6.87 30.34 -
YUV 70.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 113 33 152 0.26 0.78 0 0.40 280.34 0.64 0.36
Hex 71 21 98 1A 4E 0 28 118 40 24
Octal 161 41 230 32 116 0 50 430 100 44
Binary 1110001 100001 10011000 11010 1001110 0 101000 100011000 1000000 100100

Color Harmonies of #712198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712198

Black with #712198

Text Example


Text Example

White with #712198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712198; }

 p { color: rgb(113,33,152); }

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

background-color css

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

 a { background-color: rgb(113,33,152); }

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

border-color css

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

 span { border-color: rgb(113,33,152); }

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