Html Css Color HEX #723298 Royal Purple

📋 copy color: '#723298'

red 114 ◦ green 50 ◦ blue 152

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

Shades of Royal Purple #723298

Tints of Royal Purple #723298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 152 (59.77% from 255) = 48.1%

R = 36.08%
G = 15.82%
B = 48.1%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#723298 (or 0x723298) is known color: Royal Purple. HEX triplet: 72, 32 and 98. RGB value is (114,50,152). Sum of RGB (Red+Green+Blue) = 114+50+152=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #723298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723298 is #8DCD67. Grayscale: #505050. Windows color (decimal): -9293160 or 9974386. OLE color: 9974386.

HSL color Cylindrical-coordinate representation of color #723298: hue angle of 277.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #723298 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 50 152 -
CMYK 0.25 0.67 0 0.40
HSL 277.65º 0.5% 0.4% -
HSV(B) 277.65º 0.67% 0.6% -
XYZ 13.75 8.13 30.55 -
YUV 80.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 114 50 152 0.25 0.67 0 0.40 277.65 0.5 0.4
Hex 72 32 98 19 43 0 28 116 32 28
Octal 162 62 230 31 103 0 50 426 62 50
Binary 1110010 110010 10011000 11001 1000011 0 101000 100010110 110010 101000

Color Harmonies of #723298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723298

Black with #723298

Text Example


Text Example

White with #723298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723298; }

 p { color: rgb(114,50,152); }

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

background-color css

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

 a { background-color: rgb(114,50,152); }

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

border-color css

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

 span { border-color: rgb(114,50,152); }

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