Html Css Color HEX #71419C Royal Purple

📋 copy color: '#71419C'

red 113 ◦ green 65 ◦ blue 156

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

Shades of Royal Purple #71419C

Tints of Royal Purple #71419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 33.83%
G = 19.46%
B = 46.71%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71419C (or 0x71419C) is known color: Royal Purple. HEX triplet: 71, 41 and 9C. RGB value is (113,65,156). Sum of RGB (Red+Green+Blue) = 113+65+156=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #71419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71419C is #8EBE63. Grayscale: #595959. Windows color (decimal): -9354852 or 10240369. OLE color: 10240369.

HSL color Cylindrical-coordinate representation of color #71419C: hue angle of 271.65º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71419C is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 65 156 -
CMYK 0.28 0.58 0 0.39
HSL 271.65º 0.41% 0.43% -
HSV(B) 271.65º 0.58% 0.61% -
XYZ 14.7 9.69 32.55 -
YUV 89.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 113 65 156 0.28 0.58 0 0.39 271.65 0.41 0.43
Hex 71 41 9C 1C 3A 0 27 110 29 2B
Octal 161 101 234 34 72 0 47 420 51 53
Binary 1110001 1000001 10011100 11100 111010 0 100111 100010000 101001 101011

Color Harmonies of #71419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71419C

Black with #71419C

Text Example


Text Example

White with #71419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71419C; }

 p { color: rgb(113,65,156); }

 H1.HeaderClassName
 {
   color: #71419C;
 }
 .AnyTagClassName
 {
   color: #71419C;
 }
</style>

background-color css

<style>
 a { background-color: #71419C; }

 a { background-color: rgb(113,65,156); }

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

border-color css

<style>
 span { border-color: #71419C; }

 span { border-color: rgb(113,65,156); }

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