Html Css Color HEX #71359F Royal Purple

📋 copy color: '#71359F'

red 113 ◦ green 53 ◦ blue 159

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

Shades of Royal Purple #71359F

Tints of Royal Purple #71359F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.92%

R = 34.77%
G = 16.31%
B = 48.92%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71359F (or 0x71359F) is known color: Royal Purple. HEX triplet: 71, 35 and 9F. RGB value is (113,53,159). Sum of RGB (Red+Green+Blue) = 113+53+159=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #71359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71359F is #8ECA60. Grayscale: #525252. Windows color (decimal): -9357921 or 10433905. OLE color: 10433905.

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

Color convert

RGB 113 53 159 -
CMYK 0.29 0.67 0 0.38
HSL 273.96º 0.5% 0.42% -
HSV(B) 273.96º 0.67% 0.62% -
XYZ 14.34 8.56 33.7 -
YUV 83.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 113 53 159 0.29 0.67 0 0.38 273.96 0.5 0.42
Hex 71 35 9F 1D 43 0 26 112 32 2A
Octal 161 65 237 35 103 0 46 422 62 52
Binary 1110001 110101 10011111 11101 1000011 0 100110 100010010 110010 101010

Color Harmonies of #71359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71359F

Black with #71359F

Text Example


Text Example

White with #71359F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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