Html Css Color HEX #71409B Royal Purple

📋 copy color: '#71409B'

red 113 ◦ green 64 ◦ blue 155

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

Shades of Royal Purple #71409B

Tints of Royal Purple #71409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 34.04%
G = 19.28%
B = 46.69%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71409B (or 0x71409B) is known color: Royal Purple. HEX triplet: 71, 40 and 9B. RGB value is (113,64,155). Sum of RGB (Red+Green+Blue) = 113+64+155=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #71409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71409B is #8EBF64. Grayscale: #585858. Windows color (decimal): -9355109 or 10174577. OLE color: 10174577.

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

Color convert

RGB 113 64 155 -
CMYK 0.27 0.59 0 0.39
HSL 272.31º 0.42% 0.43% -
HSV(B) 272.31º 0.59% 0.61% -
XYZ 14.56 9.54 32.09 -
YUV 89.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 113 64 155 0.27 0.59 0 0.39 272.31 0.42 0.43
Hex 71 40 9B 1B 3B 0 27 110 2A 2B
Octal 161 100 233 33 73 0 47 420 52 53
Binary 1110001 1000000 10011011 11011 111011 0 100111 100010000 101010 101011

Color Harmonies of #71409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71409B

Black with #71409B

Text Example


Text Example

White with #71409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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