Html Css Color HEX #71349B Royal Purple

📋 copy color: '#71349B'

red 113 ◦ green 52 ◦ blue 155

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

Shades of Royal Purple #71349B

Tints of Royal Purple #71349B

RGB

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

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

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

R = 35.31%
G = 16.25%
B = 48.44%

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

#71349B (or 0x71349B) is known color: Royal Purple. HEX triplet: 71, 34 and 9B. RGB value is (113,52,155). Sum of RGB (Red+Green+Blue) = 113+52+155=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #71349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71349B is #8ECB64. Grayscale: #515151. Windows color (decimal): -9358181 or 10171505. OLE color: 10171505.

HSL color Cylindrical-coordinate representation of color #71349B: hue angle of 275.53º degrees, saturation: 0.5, 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 #71349B is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 52 155 -
CMYK 0.27 0.66 0 0.39
HSL 275.53º 0.5% 0.41% -
HSV(B) 275.53º 0.66% 0.61% -
XYZ 13.95 8.33 31.88 -
YUV 81.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 113 52 155 0.27 0.66 0 0.39 275.53 0.5 0.41
Hex 71 34 9B 1B 42 0 27 114 32 29
Octal 161 64 233 33 102 0 47 424 62 51
Binary 1110001 110100 10011011 11011 1000010 0 100111 100010100 110010 101001

Color Harmonies of #71349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71349B

Black with #71349B

Text Example


Text Example

White with #71349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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