Html Css Color HEX #712FA5 Royal Purple

📋 copy color: '#712FA5'

red 113 ◦ green 47 ◦ blue 165

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

Shades of Royal Purple #712FA5

Tints of Royal Purple #712FA5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.46%

 BLUE value IS 165 (64.84% from 255) = 50.77%

R = 34.77%
G = 14.46%
B = 50.77%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#712FA5 (or 0x712FA5) is known color: Royal Purple. HEX triplet: 71, 2F and A5. RGB value is (113,47,165). Sum of RGB (Red+Green+Blue) = 113+47+165=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #712FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712FA5 is #8ED05A. Grayscale: #4F4F4F. Windows color (decimal): -9359451 or 10825585. OLE color: 10825585.

HSL color Cylindrical-coordinate representation of color #712FA5: hue angle of 273.56º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712FA5 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 47 165 -
CMYK 0.32 0.72 0 0.35
HSL 273.56º 0.56% 0.42% -
HSV(B) 273.56º 0.72% 0.65% -
XYZ 14.62 8.26 36.42 -
YUV 80.19 175.87 151.41 -
System Red Green Blue C M Y K H S L
Decimal 113 47 165 0.32 0.72 0 0.35 273.56 0.56 0.42
Hex 71 2F A5 20 48 0 23 112 38 2A
Octal 161 57 245 40 110 0 43 422 70 52
Binary 1110001 101111 10100101 100000 1001000 0 100011 100010010 111000 101010

Color Harmonies of #712FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FA5

Black with #712FA5

Text Example


Text Example

White with #712FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,47,165); }

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

background-color css

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

 a { background-color: rgb(113,47,165); }

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

border-color css

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

 span { border-color: rgb(113,47,165); }

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