Html Css Color HEX #72289D Royal Purple

📋 copy color: '#72289D'

red 114 ◦ green 40 ◦ blue 157

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

Shades of Royal Purple #72289D

Tints of Royal Purple #72289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 36.66%
G = 12.86%
B = 50.48%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72289D (or 0x72289D) is known color: Royal Purple. HEX triplet: 72, 28 and 9D. RGB value is (114,40,157). Sum of RGB (Red+Green+Blue) = 114+40+157=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #72289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72289D is #8DD762. Grayscale: #4B4B4B. Windows color (decimal): -9295715 or 10299506. OLE color: 10299506.

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

Color convert

RGB 114 40 157 -
CMYK 0.27 0.75 0 0.38
HSL 277.95º 0.59% 0.39% -
HSV(B) 277.95º 0.75% 0.62% -
XYZ 13.78 7.53 32.63 -
YUV 75.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 114 40 157 0.27 0.75 0 0.38 277.95 0.59 0.39
Hex 72 28 9D 1B 4B 0 26 116 3B 27
Octal 162 50 235 33 113 0 46 426 73 47
Binary 1110010 101000 10011101 11011 1001011 0 100110 100010110 111011 100111

Color Harmonies of #72289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72289D

Black with #72289D

Text Example


Text Example

White with #72289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72289D; }

 p { color: rgb(114,40,157); }

 H1.HeaderClassName
 {
   color: #72289D;
 }
 .AnyTagClassName
 {
   color: #72289D;
 }
</style>

background-color css

<style>
 a { background-color: #72289D; }

 a { background-color: rgb(114,40,157); }

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

border-color css

<style>
 span { border-color: #72289D; }

 span { border-color: rgb(114,40,157); }

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