Html Css Color HEX #7C36AB Royal Purple

📋 copy color: '#7C36AB'

red 124 ◦ green 54 ◦ blue 171

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

Shades of Royal Purple #7C36AB

Tints of Royal Purple #7C36AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.47%

 BLUE value IS 171 (67.19% from 255) = 49%

R = 35.53%
G = 15.47%
B = 49%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C36AB (or 0x7C36AB) is known color: Royal Purple. HEX triplet: 7C, 36 and AB. RGB value is (124,54,171). Sum of RGB (Red+Green+Blue) = 124+54+171=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C36AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C36AB is #83C954. Grayscale: #575757. Windows color (decimal): -8636757 or 11220604. OLE color: 11220604.

HSL color Cylindrical-coordinate representation of color #7C36AB: hue angle of 275.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C36AB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 54 171 -
CMYK 0.27 0.68 0 0.33
HSL 275.9º 0.52% 0.44% -
HSV(B) 275.9º 0.68% 0.67% -
XYZ 16.98 9.86 39.54 -
YUV 88.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 124 54 171 0.27 0.68 0 0.33 275.9 0.52 0.44
Hex 7C 36 AB 1B 44 0 21 114 34 2C
Octal 174 66 253 33 104 0 41 424 64 54
Binary 1111100 110110 10101011 11011 1000100 0 100001 100010100 110100 101100

Color Harmonies of #7C36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C36AB

Black with #7C36AB

Text Example


Text Example

White with #7C36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,54,171); }

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

background-color css

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

 a { background-color: rgb(124,54,171); }

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

border-color css

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

 span { border-color: rgb(124,54,171); }

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