Html Css Color HEX #712AA5 Royal Purple

📋 copy color: '#712AA5'

red 113 ◦ green 42 ◦ blue 165

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

Shades of Royal Purple #712AA5

Tints of Royal Purple #712AA5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.13%

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

R = 35.31%
G = 13.13%
B = 51.56%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#712AA5 (or 0x712AA5) is known color: Royal Purple. HEX triplet: 71, 2A and A5. RGB value is (113,42,165). Sum of RGB (Red+Green+Blue) = 113+42+165=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #712AA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712AA5 is #8ED55A. Grayscale: #4C4C4C. Windows color (decimal): -9360731 or 10824305. OLE color: 10824305.

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

Color convert

RGB 113 42 165 -
CMYK 0.32 0.75 0 0.35
HSL 274.63º 0.59% 0.41% -
HSV(B) 274.63º 0.75% 0.65% -
XYZ 14.43 7.88 36.36 -
YUV 77.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 113 42 165 0.32 0.75 0 0.35 274.63 0.59 0.41
Hex 71 2A A5 20 4B 0 23 113 3B 29
Octal 161 52 245 40 113 0 43 423 73 51
Binary 1110001 101010 10100101 100000 1001011 0 100011 100010011 111011 101001

Color Harmonies of #712AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712AA5

Black with #712AA5

Text Example


Text Example

White with #712AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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