Html Css Color HEX #7834AC Royal Purple

📋 copy color: '#7834AC'

red 120 ◦ green 52 ◦ blue 172

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

Shades of Royal Purple #7834AC

Tints of Royal Purple #7834AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.12%

 BLUE value IS 172 (67.58% from 255) = 50%

R = 34.88%
G = 15.12%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7834AC (or 0x7834AC) is known color: Royal Purple. HEX triplet: 78, 34 and AC. RGB value is (120,52,172). Sum of RGB (Red+Green+Blue) = 120+52+172=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #7834AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7834AC is #87CB53. Grayscale: #555555. Windows color (decimal): -8899412 or 11285624. OLE color: 11285624.

HSL color Cylindrical-coordinate representation of color #7834AC: hue angle of 274º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7834AC is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 52 172 -
CMYK 0.30 0.70 0 0.33
HSL 274º 0.54% 0.44% -
HSV(B) 274º 0.7% 0.67% -
XYZ 16.42 9.43 39.98 -
YUV 86.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 120 52 172 0.30 0.70 0 0.33 274 0.54 0.44
Hex 78 34 AC 1E 46 0 21 112 36 2C
Octal 170 64 254 36 106 0 41 422 66 54
Binary 1111000 110100 10101100 11110 1000110 0 100001 100010010 110110 101100

Color Harmonies of #7834AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7834AC

Black with #7834AC

Text Example


Text Example

White with #7834AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7834AC; }

 p { color: rgb(120,52,172); }

 H1.HeaderClassName
 {
   color: #7834AC;
 }
 .AnyTagClassName
 {
   color: #7834AC;
 }
</style>

background-color css

<style>
 a { background-color: #7834AC; }

 a { background-color: rgb(120,52,172); }

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

border-color css

<style>
 span { border-color: #7834AC; }

 span { border-color: rgb(120,52,172); }

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