Html Css Color HEX #7B38AE Royal Purple

📋 copy color: '#7B38AE'

red 123 ◦ green 56 ◦ blue 174

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

Shades of Royal Purple #7B38AE

Tints of Royal Purple #7B38AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 34.84%
G = 15.86%
B = 49.29%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B38AE (or 0x7B38AE) is known color: Royal Purple. HEX triplet: 7B, 38 and AE. RGB value is (123,56,174). Sum of RGB (Red+Green+Blue) = 123+56+174=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B38AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B38AE is #84C751. Grayscale: #595959. Windows color (decimal): -8701778 or 11417723. OLE color: 11417723.

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

Color convert

RGB 123 56 174 -
CMYK 0.29 0.68 0 0.32
HSL 274.07º 0.51% 0.45% -
HSV(B) 274.07º 0.68% 0.68% -
XYZ 17.22 10.1 41.09 -
YUV 89.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 123 56 174 0.29 0.68 0 0.32 274.07 0.51 0.45
Hex 7B 38 AE 1D 44 0 20 112 33 2D
Octal 173 70 256 35 104 0 40 422 63 55
Binary 1111011 111000 10101110 11101 1000100 0 100000 100010010 110011 101101

Color Harmonies of #7B38AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B38AE

Black with #7B38AE

Text Example


Text Example

White with #7B38AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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