Html Css Color HEX #71349E Royal Purple

📋 copy color: '#71349E'

red 113 ◦ green 52 ◦ blue 158

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

Shades of Royal Purple #71349E

Tints of Royal Purple #71349E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 34.98%
G = 16.1%
B = 48.92%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71349E (or 0x71349E) is known color: Royal Purple. HEX triplet: 71, 34 and 9E. RGB value is (113,52,158). Sum of RGB (Red+Green+Blue) = 113+52+158=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #71349E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71349E is #8ECB61. Grayscale: #515151. Windows color (decimal): -9358178 or 10368113. OLE color: 10368113.

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

Color convert

RGB 113 52 158 -
CMYK 0.28 0.67 0 0.38
HSL 274.53º 0.5% 0.41% -
HSV(B) 274.53º 0.67% 0.62% -
XYZ 14.21 8.44 33.23 -
YUV 82.32 170.71 149.88 -
System Red Green Blue C M Y K H S L
Decimal 113 52 158 0.28 0.67 0 0.38 274.53 0.5 0.41
Hex 71 34 9E 1C 43 0 26 113 32 29
Octal 161 64 236 34 103 0 46 423 62 51
Binary 1110001 110100 10011110 11100 1000011 0 100110 100010011 110010 101001

Color Harmonies of #71349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71349E

Black with #71349E

Text Example


Text Example

White with #71349E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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