Html Css Color HEX #712D99 Royal Purple

📋 copy color: '#712D99'

red 113 ◦ green 45 ◦ blue 153

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

Shades of Royal Purple #712D99

Tints of Royal Purple #712D99

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 36.33%
G = 14.47%
B = 49.2%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#712D99 (or 0x712D99) is known color: Royal Purple. HEX triplet: 71, 2D and 99. RGB value is (113,45,153). Sum of RGB (Red+Green+Blue) = 113+45+153=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #712D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712D99 is #8ED266. Grayscale: #4D4D4D. Windows color (decimal): -9359975 or 10038641. OLE color: 10038641.

HSL color Cylindrical-coordinate representation of color #712D99: hue angle of 277.78º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712D99 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 45 153 -
CMYK 0.26 0.71 0 0.4
HSL 277.78º 0.55% 0.39% -
HSV(B) 277.78º 0.71% 0.6% -
XYZ 13.5 7.69 30.91 -
YUV 77.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 113 45 153 0.26 0.71 0 0.4 277.78 0.55 0.39
Hex 71 2D 99 1A 47 0 28 116 37 27
Octal 161 55 231 32 107 0 50 426 67 47
Binary 1110001 101101 10011001 11010 1000111 0 101000 100010110 110111 100111

Color Harmonies of #712D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D99

Black with #712D99

Text Example


Text Example

White with #712D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712D99; }

 p { color: rgb(113,45,153); }

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

background-color css

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

 a { background-color: rgb(113,45,153); }

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

border-color css

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

 span { border-color: rgb(113,45,153); }

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