Html Css Color HEX #712DA3 Royal Purple

📋 copy color: '#712DA3'

red 113 ◦ green 45 ◦ blue 163

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

Shades of Royal Purple #712DA3

Tints of Royal Purple #712DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 50.78%

R = 35.2%
G = 14.02%
B = 50.78%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#712DA3 (or 0x712DA3) is known color: Royal Purple. HEX triplet: 71, 2D and A3. RGB value is (113,45,163). Sum of RGB (Red+Green+Blue) = 113+45+163=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 163 (64.06% from 255 or 50.78% from 321); Max value from RGB is 163 - color contains mainly: blue. Hex color #712DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712DA3 is #8ED25C. Grayscale: #4E4E4E. Windows color (decimal): -9359965 or 10694001. OLE color: 10694001.

HSL color Cylindrical-coordinate representation of color #712DA3: hue angle of 274.58º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712DA3 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 45 163 -
CMYK 0.31 0.72 0 0.36
HSL 274.58º 0.57% 0.41% -
HSV(B) 274.58º 0.72% 0.64% -
XYZ 14.36 8.03 35.44 -
YUV 78.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 113 45 163 0.31 0.72 0 0.36 274.58 0.57 0.41
Hex 71 2D A3 1F 48 0 24 113 39 29
Octal 161 55 243 37 110 0 44 423 71 51
Binary 1110001 101101 10100011 11111 1001000 0 100100 100010011 111001 101001

Color Harmonies of #712DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DA3

Black with #712DA3

Text Example


Text Example

White with #712DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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