Html Css Color HEX #72359D Royal Purple

📋 copy color: '#72359D'

red 114 ◦ green 53 ◦ blue 157

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

Shades of Royal Purple #72359D

Tints of Royal Purple #72359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

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

R = 35.19%
G = 16.36%
B = 48.46%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72359D (or 0x72359D) is known color: Royal Purple. HEX triplet: 72, 35 and 9D. RGB value is (114,53,157). Sum of RGB (Red+Green+Blue) = 114+53+157=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #72359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72359D is #8DCA62. Grayscale: #525252. Windows color (decimal): -9292387 or 10302834. OLE color: 10302834.

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

Color convert

RGB 114 53 157 -
CMYK 0.27 0.66 0 0.38
HSL 275.19º 0.5% 0.41% -
HSV(B) 275.19º 0.66% 0.62% -
XYZ 14.3 8.56 32.8 -
YUV 83.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 114 53 157 0.27 0.66 0 0.38 275.19 0.5 0.41
Hex 72 35 9D 1B 42 0 26 113 32 29
Octal 162 65 235 33 102 0 46 423 62 51
Binary 1110010 110101 10011101 11011 1000010 0 100110 100010011 110010 101001

Color Harmonies of #72359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72359D

Black with #72359D

Text Example


Text Example

White with #72359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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