Html Css Color HEX #71439D Royal Purple

📋 copy color: '#71439D'

red 113 ◦ green 67 ◦ blue 157

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

Shades of Royal Purple #71439D

Tints of Royal Purple #71439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.88%

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 33.53%
G = 19.88%
B = 46.59%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71439D (or 0x71439D) is known color: Royal Purple. HEX triplet: 71, 43 and 9D. RGB value is (113,67,157). Sum of RGB (Red+Green+Blue) = 113+67+157=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #71439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71439D is #8EBC62. Grayscale: #5A5A5A. Windows color (decimal): -9354339 or 10306417. OLE color: 10306417.

HSL color Cylindrical-coordinate representation of color #71439D: hue angle of 270.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71439D is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 67 157 -
CMYK 0.28 0.57 0 0.38
HSL 270.67º 0.4% 0.44% -
HSV(B) 270.67º 0.57% 0.62% -
XYZ 14.9 9.96 33.04 -
YUV 91.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 113 67 157 0.28 0.57 0 0.38 270.67 0.4 0.44
Hex 71 43 9D 1C 39 0 26 10F 28 2C
Octal 161 103 235 34 71 0 46 417 50 54
Binary 1110001 1000011 10011101 11100 111001 0 100110 100001111 101000 101100

Color Harmonies of #71439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71439D

Black with #71439D

Text Example


Text Example

White with #71439D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71439D; }

 p { color: rgb(113,67,157); }

 H1.HeaderClassName
 {
   color: #71439D;
 }
 .AnyTagClassName
 {
   color: #71439D;
 }
</style>

background-color css

<style>
 a { background-color: #71439D; }

 a { background-color: rgb(113,67,157); }

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

border-color css

<style>
 span { border-color: #71439D; }

 span { border-color: rgb(113,67,157); }

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