Html Css Color HEX #71359E Royal Purple

📋 copy color: '#71359E'

red 113 ◦ green 53 ◦ blue 158

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

Shades of Royal Purple #71359E

Tints of Royal Purple #71359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

 BLUE value IS 158 (62.11% from 255) = 48.77%

R = 34.88%
G = 16.36%
B = 48.77%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71359E (or 0x71359E) is known color: Royal Purple. HEX triplet: 71, 35 and 9E. RGB value is (113,53,158). Sum of RGB (Red+Green+Blue) = 113+53+158=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #71359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71359E is #8ECA61. Grayscale: #525252. Windows color (decimal): -9357922 or 10368369. OLE color: 10368369.

HSL color Cylindrical-coordinate representation of color #71359E: hue angle of 274.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71359E is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 53 158 -
CMYK 0.28 0.66 0 0.38
HSL 274.29º 0.5% 0.41% -
HSV(B) 274.29º 0.66% 0.62% -
XYZ 14.25 8.53 33.24 -
YUV 82.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 113 53 158 0.28 0.66 0 0.38 274.29 0.5 0.41
Hex 71 35 9E 1C 42 0 26 112 32 29
Octal 161 65 236 34 102 0 46 422 62 51
Binary 1110001 110101 10011110 11100 1000010 0 100110 100010010 110010 101001

Color Harmonies of #71359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71359E

Black with #71359E

Text Example


Text Example

White with #71359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71359E; }

 p { color: rgb(113,53,158); }

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

background-color css

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

 a { background-color: rgb(113,53,158); }

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

border-color css

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

 span { border-color: rgb(113,53,158); }

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