Html Css Color HEX #722CAD Royal Purple

📋 copy color: '#722CAD'

red 114 ◦ green 44 ◦ blue 173

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

Shades of Royal Purple #722CAD

Tints of Royal Purple #722CAD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.29%

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 34.44%
G = 13.29%
B = 52.27%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#722CAD (or 0x722CAD) is known color: Royal Purple. HEX triplet: 72, 2C and AD. RGB value is (114,44,173). Sum of RGB (Red+Green+Blue) = 114+44+173=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #722CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722CAD is #8DD352. Grayscale: #4F4F4F. Windows color (decimal): -9294675 or 11349106. OLE color: 11349106.

HSL color Cylindrical-coordinate representation of color #722CAD: hue angle of 272.56º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #722CAD is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 44 173 -
CMYK 0.34 0.75 0 0.32
HSL 272.56º 0.59% 0.43% -
HSV(B) 272.56º 0.75% 0.68% -
XYZ 15.38 8.4 40.34 -
YUV 79.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 114 44 173 0.34 0.75 0 0.32 272.56 0.59 0.43
Hex 72 2C AD 22 4B 0 20 111 3B 2B
Octal 162 54 255 42 113 0 40 421 73 53
Binary 1110010 101100 10101101 100010 1001011 0 100000 100010001 111011 101011

Color Harmonies of #722CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722CAD

Black with #722CAD

Text Example


Text Example

White with #722CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722CAD; }

 p { color: rgb(114,44,173); }

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

background-color css

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

 a { background-color: rgb(114,44,173); }

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

border-color css

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

 span { border-color: rgb(114,44,173); }

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