Html Css Color HEX #72309D Royal Purple

📋 copy color: '#72309D'

red 114 ◦ green 48 ◦ blue 157

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

Shades of Royal Purple #72309D

Tints of Royal Purple #72309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 35.74%
G = 15.05%
B = 49.22%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72309D (or 0x72309D) is known color: Royal Purple. HEX triplet: 72, 30 and 9D. RGB value is (114,48,157). Sum of RGB (Red+Green+Blue) = 114+48+157=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #72309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72309D is #8DCF62. Grayscale: #4F4F4F. Windows color (decimal): -9293667 or 10301554. OLE color: 10301554.

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

Color convert

RGB 114 48 157 -
CMYK 0.27 0.69 0 0.38
HSL 276.33º 0.53% 0.4% -
HSV(B) 276.33º 0.69% 0.62% -
XYZ 14.08 8.13 32.72 -
YUV 80.16 171.37 152.14 -
System Red Green Blue C M Y K H S L
Decimal 114 48 157 0.27 0.69 0 0.38 276.33 0.53 0.4
Hex 72 30 9D 1B 45 0 26 114 35 28
Octal 162 60 235 33 105 0 46 424 65 50
Binary 1110010 110000 10011101 11011 1000101 0 100110 100010100 110101 101000

Color Harmonies of #72309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72309D

Black with #72309D

Text Example


Text Example

White with #72309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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