Html Css Color HEX #71279C Royal Purple

📋 copy color: '#71279C'

red 113 ◦ green 39 ◦ blue 156

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

Shades of Royal Purple #71279C

Tints of Royal Purple #71279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.66%

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

R = 36.69%
G = 12.66%
B = 50.65%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71279C (or 0x71279C) is known color: Royal Purple. HEX triplet: 71, 27 and 9C. RGB value is (113,39,156). Sum of RGB (Red+Green+Blue) = 113+39+156=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #71279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71279C is #8ED863. Grayscale: #4A4A4A. Windows color (decimal): -9361508 or 10233713. OLE color: 10233713.

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

Color convert

RGB 113 39 156 -
CMYK 0.28 0.75 0 0.39
HSL 277.95º 0.6% 0.38% -
HSV(B) 277.95º 0.75% 0.61% -
XYZ 13.54 7.36 32.16 -
YUV 74.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 113 39 156 0.28 0.75 0 0.39 277.95 0.6 0.38
Hex 71 27 9C 1C 4B 0 27 116 3C 26
Octal 161 47 234 34 113 0 47 426 74 46
Binary 1110001 100111 10011100 11100 1001011 0 100111 100010110 111100 100110

Color Harmonies of #71279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71279C

Black with #71279C

Text Example


Text Example

White with #71279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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