Html Css Color HEX #712398 Vivid Violet

📋 copy color: '#712398'

red 113 ◦ green 35 ◦ blue 152

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

Shades of Vivid Violet #712398

Tints of Vivid Violet #712398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 37.67%
G = 11.67%
B = 50.67%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#712398 (or 0x712398) is known color: Vivid Violet. HEX triplet: 71, 23 and 98. RGB value is (113,35,152). Sum of RGB (Red+Green+Blue) = 113+35+152=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #712398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712398 is #8EDC67. Grayscale: #474747. Windows color (decimal): -9362536 or 9970545. OLE color: 9970545.

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

Color convert

RGB 113 35 152 -
CMYK 0.26 0.77 0 0.40
HSL 280º 0.63% 0.37% -
HSV(B) 280º 0.77% 0.6% -
XYZ 13.08 6.98 30.36 -
YUV 71.66 173.34 157.49 -
System Red Green Blue C M Y K H S L
Decimal 113 35 152 0.26 0.77 0 0.40 280 0.63 0.37
Hex 71 23 98 1A 4D 0 28 118 3F 25
Octal 161 43 230 32 115 0 50 430 77 45
Binary 1110001 100011 10011000 11010 1001101 0 101000 100011000 111111 100101

Color Harmonies of #712398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712398

Black with #712398

Text Example


Text Example

White with #712398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712398; }

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

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

background-color css

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

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

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

border-color css

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

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

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