Html Css Color HEX #782BAC Royal Purple

📋 copy color: '#782BAC'

red 120 ◦ green 43 ◦ blue 172

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

Shades of Royal Purple #782BAC

Tints of Royal Purple #782BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.84%

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

R = 35.82%
G = 12.84%
B = 51.34%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#782BAC (or 0x782BAC) is known color: Royal Purple. HEX triplet: 78, 2B and AC. RGB value is (120,43,172). Sum of RGB (Red+Green+Blue) = 120+43+172=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #782BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782BAC is #87D453. Grayscale: #505050. Windows color (decimal): -8901716 or 11283320. OLE color: 11283320.

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

Color convert

RGB 120 43 172 -
CMYK 0.30 0.75 0 0.33
HSL 275.81º 0.6% 0.42% -
HSV(B) 275.81º 0.75% 0.67% -
XYZ 16.06 8.7 39.86 -
YUV 80.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 120 43 172 0.30 0.75 0 0.33 275.81 0.6 0.42
Hex 78 2B AC 1E 4B 0 21 114 3C 2A
Octal 170 53 254 36 113 0 41 424 74 52
Binary 1111000 101011 10101100 11110 1001011 0 100001 100010100 111100 101010

Color Harmonies of #782BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782BAC

Black with #782BAC

Text Example


Text Example

White with #782BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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