Html Css Color HEX #71369E Royal Purple

📋 copy color: '#71369E'

red 113 ◦ green 54 ◦ blue 158

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

Shades of Royal Purple #71369E

Tints of Royal Purple #71369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

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

R = 34.77%
G = 16.62%
B = 48.62%

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

#71369E (or 0x71369E) is known color: Royal Purple. HEX triplet: 71, 36 and 9E. RGB value is (113,54,158). Sum of RGB (Red+Green+Blue) = 113+54+158=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #71369E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71369E is #8EC961. Grayscale: #535353. Windows color (decimal): -9357666 or 10368625. OLE color: 10368625.

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

Color convert

RGB 113 54 158 -
CMYK 0.28 0.66 0 0.38
HSL 274.04º 0.49% 0.42% -
HSV(B) 274.04º 0.66% 0.62% -
XYZ 14.3 8.62 33.26 -
YUV 83.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 113 54 158 0.28 0.66 0 0.38 274.04 0.49 0.42
Hex 71 36 9E 1C 42 0 26 112 31 2A
Octal 161 66 236 34 102 0 46 422 61 52
Binary 1110001 110110 10011110 11100 1000010 0 100110 100010010 110001 101010

Color Harmonies of #71369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71369E

Black with #71369E

Text Example


Text Example

White with #71369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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