Html Css Color HEX #71289C Royal Purple

📋 copy color: '#71289C'

red 113 ◦ green 40 ◦ blue 156

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

Shades of Royal Purple #71289C

Tints of Royal Purple #71289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

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

R = 36.57%
G = 12.94%
B = 50.49%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71289C (or 0x71289C) is known color: Royal Purple. HEX triplet: 71, 28 and 9C. RGB value is (113,40,156). Sum of RGB (Red+Green+Blue) = 113+40+156=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #71289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71289C is #8ED763. Grayscale: #4A4A4A. Windows color (decimal): -9361252 or 10233969. OLE color: 10233969.

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

Color convert

RGB 113 40 156 -
CMYK 0.28 0.74 0 0.39
HSL 277.76º 0.59% 0.38% -
HSV(B) 277.76º 0.74% 0.61% -
XYZ 13.57 7.43 32.17 -
YUV 75.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 113 40 156 0.28 0.74 0 0.39 277.76 0.59 0.38
Hex 71 28 9C 1C 4A 0 27 116 3B 26
Octal 161 50 234 34 112 0 47 426 73 46
Binary 1110001 101000 10011100 11100 1001010 0 100111 100010110 111011 100110

Color Harmonies of #71289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71289C

Black with #71289C

Text Example


Text Example

White with #71289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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