Html Css Color HEX #71359B Royal Purple

📋 copy color: '#71359B'

red 113 ◦ green 53 ◦ blue 155

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

Shades of Royal Purple #71359B

Tints of Royal Purple #71359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.29%

R = 35.2%
G = 16.51%
B = 48.29%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71359B (or 0x71359B) is known color: Royal Purple. HEX triplet: 71, 35 and 9B. RGB value is (113,53,155). Sum of RGB (Red+Green+Blue) = 113+53+155=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #71359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71359B is #8ECA64. Grayscale: #525252. Windows color (decimal): -9357925 or 10171761. OLE color: 10171761.

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

Color convert

RGB 113 53 155 -
CMYK 0.27 0.66 0 0.39
HSL 275.29º 0.49% 0.41% -
HSV(B) 275.29º 0.66% 0.61% -
XYZ 14 8.42 31.9 -
YUV 82.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 113 53 155 0.27 0.66 0 0.39 275.29 0.49 0.41
Hex 71 35 9B 1B 42 0 27 113 31 29
Octal 161 65 233 33 102 0 47 423 61 51
Binary 1110001 110101 10011011 11011 1000010 0 100111 100010011 110001 101001

Color Harmonies of #71359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71359B

Black with #71359B

Text Example


Text Example

White with #71359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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