Html Css Color HEX #7B38AC Royal Purple

📋 copy color: '#7B38AC'

red 123 ◦ green 56 ◦ blue 172

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

Shades of Royal Purple #7B38AC

Tints of Royal Purple #7B38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.95%

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

R = 35.04%
G = 15.95%
B = 49%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B38AC (or 0x7B38AC) is known color: Royal Purple. HEX triplet: 7B, 38 and AC. RGB value is (123,56,172). Sum of RGB (Red+Green+Blue) = 123+56+172=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B38AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B38AC is #84C753. Grayscale: #585858. Windows color (decimal): -8701780 or 11286651. OLE color: 11286651.

HSL color Cylindrical-coordinate representation of color #7B38AC: hue angle of 274.66º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B38AC is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 56 172 -
CMYK 0.28 0.67 0 0.33
HSL 274.66º 0.51% 0.45% -
HSV(B) 274.66º 0.67% 0.67% -
XYZ 17.03 10.02 40.07 -
YUV 89.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 123 56 172 0.28 0.67 0 0.33 274.66 0.51 0.45
Hex 7B 38 AC 1C 43 0 21 113 33 2D
Octal 173 70 254 34 103 0 41 423 63 55
Binary 1111011 111000 10101100 11100 1000011 0 100001 100010011 110011 101101

Color Harmonies of #7B38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B38AC

Black with #7B38AC

Text Example


Text Example

White with #7B38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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