Html Css Color HEX #7825AB Royal Purple

📋 copy color: '#7825AB'

red 120 ◦ green 37 ◦ blue 171

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

Shades of Royal Purple #7825AB

Tints of Royal Purple #7825AB

RGB

 RED value IS 120 (47.27% from 255) = 36.59%

 GREEN value IS 37 (14.84% from 255) = 11.28%

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 36.59%
G = 11.28%
B = 52.13%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7825AB (or 0x7825AB) is known color: Royal Purple. HEX triplet: 78, 25 and AB. RGB value is (120,37,171). Sum of RGB (Red+Green+Blue) = 120+37+171=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #7825AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7825AB is #87DA54. Grayscale: #4C4C4C. Windows color (decimal): -8903253 or 11216248. OLE color: 11216248.

HSL color Cylindrical-coordinate representation of color #7825AB: hue angle of 277.16º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7825AB is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 37 171 -
CMYK 0.30 0.78 0 0.33
HSL 277.16º 0.64% 0.41% -
HSV(B) 277.16º 0.78% 0.67% -
XYZ 15.76 8.26 39.29 -
YUV 77.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 120 37 171 0.30 0.78 0 0.33 277.16 0.64 0.41
Hex 78 25 AB 1E 4E 0 21 115 40 29
Octal 170 45 253 36 116 0 41 425 100 51
Binary 1111000 100101 10101011 11110 1001110 0 100001 100010101 1000000 101001

Color Harmonies of #7825AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7825AB

Black with #7825AB

Text Example


Text Example

White with #7825AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7825AB; }

 p { color: rgb(120,37,171); }

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

background-color css

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

 a { background-color: rgb(120,37,171); }

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

border-color css

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

 span { border-color: rgb(120,37,171); }

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