Html Css Color HEX #72259F Royal Purple

📋 copy color: '#72259F'

red 114 ◦ green 37 ◦ blue 159

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

Shades of Royal Purple #72259F

Tints of Royal Purple #72259F

RGB

 RED value IS 114 (44.92% from 255) = 36.77%

 GREEN value IS 37 (14.84% from 255) = 11.94%

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

R = 36.77%
G = 11.94%
B = 51.29%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72259F (or 0x72259F) is known color: Royal Purple. HEX triplet: 72, 25 and 9F. RGB value is (114,37,159). Sum of RGB (Red+Green+Blue) = 114+37+159=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #72259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72259F is #8DDA60. Grayscale: #494949. Windows color (decimal): -9296481 or 10429810. OLE color: 10429810.

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

Color convert

RGB 114 37 159 -
CMYK 0.28 0.77 0 0.38
HSL 277.87º 0.62% 0.38% -
HSV(B) 277.87º 0.77% 0.62% -
XYZ 13.86 7.4 33.5 -
YUV 73.93 176.01 156.58 -
System Red Green Blue C M Y K H S L
Decimal 114 37 159 0.28 0.77 0 0.38 277.87 0.62 0.38
Hex 72 25 9F 1C 4D 0 26 116 3E 26
Octal 162 45 237 34 115 0 46 426 76 46
Binary 1110010 100101 10011111 11100 1001101 0 100110 100010110 111110 100110

Color Harmonies of #72259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72259F

Black with #72259F

Text Example


Text Example

White with #72259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,37,159); }

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

background-color css

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

 a { background-color: rgb(114,37,159); }

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

border-color css

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

 span { border-color: rgb(114,37,159); }

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