Html Css Color HEX #782EAC Royal Purple

📋 copy color: '#782EAC'

red 120 ◦ green 46 ◦ blue 172

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

Shades of Royal Purple #782EAC

Tints of Royal Purple #782EAC

RGB

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

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

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

R = 35.5%
G = 13.61%
B = 50.89%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#782EAC (or 0x782EAC) is known color: Royal Purple. HEX triplet: 78, 2E and AC. RGB value is (120,46,172). Sum of RGB (Red+Green+Blue) = 120+46+172=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #782EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782EAC is #87D153. Grayscale: #525252. Windows color (decimal): -8900948 or 11284088. OLE color: 11284088.

HSL color Cylindrical-coordinate representation of color #782EAC: hue angle of 275.24º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782EAC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 46 172 -
CMYK 0.30 0.73 0 0.33
HSL 275.24º 0.58% 0.43% -
HSV(B) 275.24º 0.73% 0.67% -
XYZ 16.17 8.93 39.9 -
YUV 82.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 120 46 172 0.30 0.73 0 0.33 275.24 0.58 0.43
Hex 78 2E AC 1E 49 0 21 113 3A 2B
Octal 170 56 254 36 111 0 41 423 72 53
Binary 1111000 101110 10101100 11110 1001001 0 100001 100010011 111010 101011

Color Harmonies of #782EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782EAC

Black with #782EAC

Text Example


Text Example

White with #782EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782EAC; }

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

 H1.HeaderClassName
 {
   color: #782EAC;
 }
 .AnyTagClassName
 {
   color: #782EAC;
 }
</style>

background-color css

<style>
 a { background-color: #782EAC; }

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

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

border-color css

<style>
 span { border-color: #782EAC; }

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

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