Html Css Color HEX #712498 Vivid Violet

📋 copy color: '#712498'

red 113 ◦ green 36 ◦ blue 152

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

Shades of Vivid Violet #712498

Tints of Vivid Violet #712498

RGB

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

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

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

R = 37.54%
G = 11.96%
B = 50.5%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#712498 (or 0x712498) is known color: Vivid Violet. HEX triplet: 71, 24 and 98. RGB value is (113,36,152). Sum of RGB (Red+Green+Blue) = 113+36+152=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #712498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712498 is #8EDB67. Grayscale: #474747. Windows color (decimal): -9362280 or 9970801. OLE color: 9970801.

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

Color convert

RGB 113 36 152 -
CMYK 0.26 0.76 0 0.40
HSL 279.83º 0.62% 0.37% -
HSV(B) 279.83º 0.76% 0.6% -
XYZ 13.11 7.04 30.37 -
YUV 72.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 113 36 152 0.26 0.76 0 0.40 279.83 0.62 0.37
Hex 71 24 98 1A 4C 0 28 118 3E 25
Octal 161 44 230 32 114 0 50 430 76 45
Binary 1110001 100100 10011000 11010 1001100 0 101000 100011000 111110 100101

Color Harmonies of #712498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712498

Black with #712498

Text Example


Text Example

White with #712498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712498; }

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

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

background-color css

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

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

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

border-color css

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

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

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