Html Css Color HEX #722DAF Royal Purple

📋 copy color: '#722DAF'

red 114 ◦ green 45 ◦ blue 175

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

Shades of Royal Purple #722DAF

Tints of Royal Purple #722DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.47%

 BLUE value IS 175 (68.75% from 255) = 52.4%

R = 34.13%
G = 13.47%
B = 52.4%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#722DAF (or 0x722DAF) is known color: Royal Purple. HEX triplet: 72, 2D and AF. RGB value is (114,45,175). Sum of RGB (Red+Green+Blue) = 114+45+175=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #722DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722DAF is #8DD250. Grayscale: #505050. Windows color (decimal): -9294417 or 11480434. OLE color: 11480434.

HSL color Cylindrical-coordinate representation of color #722DAF: hue angle of 271.85º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #722DAF is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 45 175 -
CMYK 0.35 0.74 0 0.31
HSL 271.85º 0.59% 0.43% -
HSV(B) 271.85º 0.74% 0.69% -
XYZ 15.62 8.55 41.38 -
YUV 80.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 114 45 175 0.35 0.74 0 0.31 271.85 0.59 0.43
Hex 72 2D AF 23 4A 0 1F 110 3B 2B
Octal 162 55 257 43 112 0 37 420 73 53
Binary 1110010 101101 10101111 100011 1001010 0 11111 100010000 111011 101011

Color Harmonies of #722DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722DAF

Black with #722DAF

Text Example


Text Example

White with #722DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,45,175); }

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

background-color css

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

 a { background-color: rgb(114,45,175); }

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

border-color css

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

 span { border-color: rgb(114,45,175); }

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