Html Css Color HEX #7C30AC Royal Purple

📋 copy color: '#7C30AC'

red 124 ◦ green 48 ◦ blue 172

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

Shades of Royal Purple #7C30AC

Tints of Royal Purple #7C30AC

RGB

 RED value IS 124 (48.83% from 255) = 36.05%

 GREEN value IS 48 (19.14% from 255) = 13.95%

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

R = 36.05%
G = 13.95%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C30AC (or 0x7C30AC) is known color: Royal Purple. HEX triplet: 7C, 30 and AC. RGB value is (124,48,172). Sum of RGB (Red+Green+Blue) = 124+48+172=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 48 (19.14% from 255 or 13.95% 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 #7C30AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C30AC is #83CF53. Grayscale: #545454. Windows color (decimal): -8638292 or 11284604. OLE color: 11284604.

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

Color convert

RGB 124 48 172 -
CMYK 0.28 0.72 0 0.33
HSL 276.77º 0.56% 0.43% -
HSV(B) 276.77º 0.72% 0.67% -
XYZ 16.82 9.38 39.95 -
YUV 84.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 124 48 172 0.28 0.72 0 0.33 276.77 0.56 0.43
Hex 7C 30 AC 1C 48 0 21 115 38 2B
Octal 174 60 254 34 110 0 41 425 70 53
Binary 1111100 110000 10101100 11100 1001000 0 100001 100010101 111000 101011

Color Harmonies of #7C30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C30AC

Black with #7C30AC

Text Example


Text Example

White with #7C30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,48,172); }

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

background-color css

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

 a { background-color: rgb(124,48,172); }

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

border-color css

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

 span { border-color: rgb(124,48,172); }

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