Html Css Color HEX #7B2FAC Royal Purple

📋 copy color: '#7B2FAC'

red 123 ◦ green 47 ◦ blue 172

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

Shades of Royal Purple #7B2FAC

Tints of Royal Purple #7B2FAC

RGB

 RED value IS 123 (48.44% from 255) = 35.96%

 GREEN value IS 47 (18.75% from 255) = 13.74%

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

R = 35.96%
G = 13.74%
B = 50.29%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B2FAC (or 0x7B2FAC) is known color: Royal Purple. HEX triplet: 7B, 2F and AC. RGB value is (123,47,172). Sum of RGB (Red+Green+Blue) = 123+47+172=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B2FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2FAC is #84D053. Grayscale: #535353. Windows color (decimal): -8704084 or 11284347. OLE color: 11284347.

HSL color Cylindrical-coordinate representation of color #7B2FAC: hue angle of 276.48º degrees, saturation: 0.57, 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 #7B2FAC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 47 172 -
CMYK 0.28 0.73 0 0.33
HSL 276.48º 0.57% 0.43% -
HSV(B) 276.48º 0.73% 0.67% -
XYZ 16.63 9.22 39.93 -
YUV 83.97 177.68 155.84 -
System Red Green Blue C M Y K H S L
Decimal 123 47 172 0.28 0.73 0 0.33 276.48 0.57 0.43
Hex 7B 2F AC 1C 49 0 21 114 39 2B
Octal 173 57 254 34 111 0 41 424 71 53
Binary 1111011 101111 10101100 11100 1001001 0 100001 100010100 111001 101011

Color Harmonies of #7B2FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2FAC

Black with #7B2FAC

Text Example


Text Example

White with #7B2FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B2FAC; }

 p { color: rgb(123,47,172); }

 H1.HeaderClassName
 {
   color: #7B2FAC;
 }
 .AnyTagClassName
 {
   color: #7B2FAC;
 }
</style>

background-color css

<style>
 a { background-color: #7B2FAC; }

 a { background-color: rgb(123,47,172); }

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

border-color css

<style>
 span { border-color: #7B2FAC; }

 span { border-color: rgb(123,47,172); }

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