Html Css Color HEX #71309B Royal Purple

📋 copy color: '#71309B'

red 113 ◦ green 48 ◦ blue 155

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

Shades of Royal Purple #71309B

Tints of Royal Purple #71309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 35.76%
G = 15.19%
B = 49.05%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71309B (or 0x71309B) is known color: Royal Purple. HEX triplet: 71, 30 and 9B. RGB value is (113,48,155). Sum of RGB (Red+Green+Blue) = 113+48+155=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #71309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71309B is #8ECF64. Grayscale: #4F4F4F. Windows color (decimal): -9359205 or 10170481. OLE color: 10170481.

HSL color Cylindrical-coordinate representation of color #71309B: hue angle of 276.45º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71309B is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 48 155 -
CMYK 0.27 0.69 0 0.39
HSL 276.45º 0.53% 0.4% -
HSV(B) 276.45º 0.69% 0.61% -
XYZ 13.78 7.99 31.83 -
YUV 79.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 113 48 155 0.27 0.69 0 0.39 276.45 0.53 0.4
Hex 71 30 9B 1B 45 0 27 114 35 28
Octal 161 60 233 33 105 0 47 424 65 50
Binary 1110001 110000 10011011 11011 1000101 0 100111 100010100 110101 101000

Color Harmonies of #71309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71309B

Black with #71309B

Text Example


Text Example

White with #71309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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