Html Css Color HEX #721DA5 Royal Purple

📋 copy color: '#721DA5'

red 114 ◦ green 29 ◦ blue 165

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

Shades of Royal Purple #721DA5

Tints of Royal Purple #721DA5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.42%

 BLUE value IS 165 (64.84% from 255) = 53.57%

R = 37.01%
G = 9.42%
B = 53.57%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#721DA5 (or 0x721DA5) is known color: Royal Purple. HEX triplet: 72, 1D and A5. RGB value is (114,29,165). Sum of RGB (Red+Green+Blue) = 114+29+165=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 165 (64.84% from 255 or 53.57% from 308); Max value from RGB is 165 - color contains mainly: blue. Hex color #721DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721DA5 is #8DE25A. Grayscale: #454545. Windows color (decimal): -9298523 or 10820978. OLE color: 10820978.

HSL color Cylindrical-coordinate representation of color #721DA5: hue angle of 277.5º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721DA5 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 29 165 -
CMYK 0.31 0.82 0 0.35
HSL 277.5º 0.7% 0.38% -
HSV(B) 277.5º 0.82% 0.65% -
XYZ 14.17 7.17 36.23 -
YUV 69.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 114 29 165 0.31 0.82 0 0.35 277.5 0.7 0.38
Hex 72 1D A5 1F 52 0 23 116 46 26
Octal 162 35 245 37 122 0 43 426 106 46
Binary 1110010 11101 10100101 11111 1010010 0 100011 100010110 1000110 100110

Color Harmonies of #721DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721DA5

Black with #721DA5

Text Example


Text Example

White with #721DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721DA5; }

 p { color: rgb(114,29,165); }

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

background-color css

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

 a { background-color: rgb(114,29,165); }

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

border-color css

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

 span { border-color: rgb(114,29,165); }

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