Html Css Color HEX #712298 Vivid Violet

📋 copy color: '#712298'

red 113 ◦ green 34 ◦ blue 152

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

Shades of Vivid Violet #712298

Tints of Vivid Violet #712298

RGB

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

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

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

R = 37.79%
G = 11.37%
B = 50.84%

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

#712298 (or 0x712298) is known color: Vivid Violet. HEX triplet: 71, 22 and 98. RGB value is (113,34,152). Sum of RGB (Red+Green+Blue) = 113+34+152=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #712298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712298 is #8EDD67. Grayscale: #464646. Windows color (decimal): -9362792 or 9970289. OLE color: 9970289.

HSL color Cylindrical-coordinate representation of color #712298: hue angle of 280.17º degrees, saturation: 0.63, 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 #712298 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 34 152 -
CMYK 0.26 0.78 0 0.40
HSL 280.17º 0.63% 0.36% -
HSV(B) 280.17º 0.78% 0.6% -
XYZ 13.05 6.92 30.35 -
YUV 71.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 113 34 152 0.26 0.78 0 0.40 280.17 0.63 0.36
Hex 71 22 98 1A 4E 0 28 118 3F 24
Octal 161 42 230 32 116 0 50 430 77 44
Binary 1110001 100010 10011000 11010 1001110 0 101000 100011000 111111 100100

Color Harmonies of #712298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712298

Black with #712298

Text Example


Text Example

White with #712298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712298; }

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

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

background-color css

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

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

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

border-color css

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

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

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