Html Css Color HEX #71359A Royal Purple

📋 copy color: '#71359A'

red 113 ◦ green 53 ◦ blue 154

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

Shades of Royal Purple #71359A

Tints of Royal Purple #71359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.13%

R = 35.31%
G = 16.56%
B = 48.13%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71359A (or 0x71359A) is known color: Royal Purple. HEX triplet: 71, 35 and 9A. RGB value is (113,53,154). Sum of RGB (Red+Green+Blue) = 113+53+154=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #71359A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71359A is #8ECA65. Grayscale: #525252. Windows color (decimal): -9357926 or 10106225. OLE color: 10106225.

HSL color Cylindrical-coordinate representation of color #71359A: hue angle of 275.64º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71359A is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 53 154 -
CMYK 0.27 0.66 0 0.40
HSL 275.64º 0.49% 0.41% -
HSV(B) 275.64º 0.66% 0.6% -
XYZ 13.92 8.39 31.46 -
YUV 82.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 113 53 154 0.27 0.66 0 0.40 275.64 0.49 0.41
Hex 71 35 9A 1B 42 0 28 114 31 29
Octal 161 65 232 33 102 0 50 424 61 51
Binary 1110001 110101 10011010 11011 1000010 0 101000 100010100 110001 101001

Color Harmonies of #71359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71359A

Black with #71359A

Text Example


Text Example

White with #71359A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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