Html Css Color HEX #7B34A7 Royal Purple

📋 copy color: '#7B34A7'

red 123 ◦ green 52 ◦ blue 167

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

Shades of Royal Purple #7B34A7

Tints of Royal Purple #7B34A7

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

 BLUE value IS 167 (65.63% from 255) = 48.83%

R = 35.96%
G = 15.2%
B = 48.83%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7B34A7 (or 0x7B34A7) is known color: Royal Purple. HEX triplet: 7B, 34 and A7. RGB value is (123,52,167). Sum of RGB (Red+Green+Blue) = 123+52+167=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 167 - color contains mainly: blue. Hex color #7B34A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B34A7 is #84CB58. Grayscale: #555555. Windows color (decimal): -8702809 or 10957947. OLE color: 10957947.

HSL color Cylindrical-coordinate representation of color #7B34A7: hue angle of 277.04º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B34A7 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 52 167 -
CMYK 0.26 0.69 0 0.35
HSL 277.04º 0.53% 0.43% -
HSV(B) 277.04º 0.69% 0.65% -
XYZ 16.37 9.46 37.52 -
YUV 86.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 123 52 167 0.26 0.69 0 0.35 277.04 0.53 0.43
Hex 7B 34 A7 1A 45 0 23 115 35 2B
Octal 173 64 247 32 105 0 43 425 65 53
Binary 1111011 110100 10100111 11010 1000101 0 100011 100010101 110101 101011

Color Harmonies of #7B34A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B34A7

Black with #7B34A7

Text Example


Text Example

White with #7B34A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,52,167); }

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

background-color css

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

 a { background-color: rgb(123,52,167); }

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

border-color css

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

 span { border-color: rgb(123,52,167); }

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