Html Css Color HEX #71219F Royal Purple

📋 copy color: '#71219F'

red 113 ◦ green 33 ◦ blue 159

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

Shades of Royal Purple #71219F

Tints of Royal Purple #71219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.82%

 BLUE value IS 159 (62.5% from 255) = 52.13%

R = 37.05%
G = 10.82%
B = 52.13%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71219F (or 0x71219F) is known color: Royal Purple. HEX triplet: 71, 21 and 9F. RGB value is (113,33,159). Sum of RGB (Red+Green+Blue) = 113+33+159=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #71219F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71219F is #8EDE60. Grayscale: #464646. Windows color (decimal): -9363041 or 10428785. OLE color: 10428785.

HSL color Cylindrical-coordinate representation of color #71219F: hue angle of 278.1º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71219F is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 33 159 -
CMYK 0.29 0.79 0 0.38
HSL 278.1º 0.66% 0.38% -
HSV(B) 278.1º 0.79% 0.62% -
XYZ 13.61 7.1 33.45 -
YUV 71.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 113 33 159 0.29 0.79 0 0.38 278.1 0.66 0.38
Hex 71 21 9F 1D 4F 0 26 116 42 26
Octal 161 41 237 35 117 0 46 426 102 46
Binary 1110001 100001 10011111 11101 1001111 0 100110 100010110 1000010 100110

Color Harmonies of #71219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71219F

Black with #71219F

Text Example


Text Example

White with #71219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71219F; }

 p { color: rgb(113,33,159); }

 H1.HeaderClassName
 {
   color: #71219F;
 }
 .AnyTagClassName
 {
   color: #71219F;
 }
</style>

background-color css

<style>
 a { background-color: #71219F; }

 a { background-color: rgb(113,33,159); }

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

border-color css

<style>
 span { border-color: #71219F; }

 span { border-color: rgb(113,33,159); }

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