Html Css Color HEX #71439B Royal Purple

📋 copy color: '#71439B'

red 113 ◦ green 67 ◦ blue 155

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

Shades of Royal Purple #71439B

Tints of Royal Purple #71439B

RGB

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

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

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

R = 33.73%
G = 20%
B = 46.27%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71439B (or 0x71439B) is known color: Royal Purple. HEX triplet: 71, 43 and 9B. RGB value is (113,67,155). Sum of RGB (Red+Green+Blue) = 113+67+155=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #71439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71439B is #8EBC64. Grayscale: #5A5A5A. Windows color (decimal): -9354341 or 10175345. OLE color: 10175345.

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

Color convert

RGB 113 67 155 -
CMYK 0.27 0.57 0 0.39
HSL 271.36º 0.4% 0.44% -
HSV(B) 271.36º 0.57% 0.61% -
XYZ 14.73 9.89 32.14 -
YUV 90.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 113 67 155 0.27 0.57 0 0.39 271.36 0.4 0.44
Hex 71 43 9B 1B 39 0 27 10F 28 2C
Octal 161 103 233 33 71 0 47 417 50 54
Binary 1110001 1000011 10011011 11011 111001 0 100111 100001111 101000 101100

Color Harmonies of #71439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71439B

Black with #71439B

Text Example


Text Example

White with #71439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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