Html Css Color HEX #71369F Royal Purple

📋 copy color: '#71369F'

red 113 ◦ green 54 ◦ blue 159

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

Shades of Royal Purple #71369F

Tints of Royal Purple #71369F

RGB

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

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

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

R = 34.66%
G = 16.56%
B = 48.77%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71369F (or 0x71369F) is known color: Royal Purple. HEX triplet: 71, 36 and 9F. RGB value is (113,54,159). Sum of RGB (Red+Green+Blue) = 113+54+159=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #71369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71369F is #8EC960. Grayscale: #535353. Windows color (decimal): -9357665 or 10434161. OLE color: 10434161.

HSL color Cylindrical-coordinate representation of color #71369F: hue angle of 273.71º 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 #71369F is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 54 159 -
CMYK 0.29 0.66 0 0.38
HSL 273.71º 0.49% 0.42% -
HSV(B) 273.71º 0.66% 0.62% -
XYZ 14.39 8.65 33.71 -
YUV 83.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 113 54 159 0.29 0.66 0 0.38 273.71 0.49 0.42
Hex 71 36 9F 1D 42 0 26 112 31 2A
Octal 161 66 237 35 102 0 46 422 61 52
Binary 1110001 110110 10011111 11101 1000010 0 100110 100010010 110001 101010

Color Harmonies of #71369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71369F

Black with #71369F

Text Example


Text Example

White with #71369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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