Html Css Color HEX #722EAF Royal Purple

📋 copy color: '#722EAF'

red 114 ◦ green 46 ◦ blue 175

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

Shades of Royal Purple #722EAF

Tints of Royal Purple #722EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.73%

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

R = 34.03%
G = 13.73%
B = 52.24%

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

#722EAF (or 0x722EAF) is known color: Royal Purple. HEX triplet: 72, 2E and AF. RGB value is (114,46,175). Sum of RGB (Red+Green+Blue) = 114+46+175=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #722EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722EAF is #8DD150. Grayscale: #505050. Windows color (decimal): -9294161 or 11480690. OLE color: 11480690.

HSL color Cylindrical-coordinate representation of color #722EAF: hue angle of 271.63º degrees, saturation: 0.58, 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 #722EAF is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 46 175 -
CMYK 0.35 0.74 0 0.31
HSL 271.63º 0.58% 0.43% -
HSV(B) 271.63º 0.74% 0.69% -
XYZ 15.65 8.63 41.4 -
YUV 81.04 181.03 151.51 -
System Red Green Blue C M Y K H S L
Decimal 114 46 175 0.35 0.74 0 0.31 271.63 0.58 0.43
Hex 72 2E AF 23 4A 0 1F 110 3A 2B
Octal 162 56 257 43 112 0 37 420 72 53
Binary 1110010 101110 10101111 100011 1001010 0 11111 100010000 111010 101011

Color Harmonies of #722EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722EAF

Black with #722EAF

Text Example


Text Example

White with #722EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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