Html Css Color HEX #7D34AF Royal Purple

📋 copy color: '#7D34AF'

red 125 ◦ green 52 ◦ blue 175

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

Shades of Royal Purple #7D34AF

Tints of Royal Purple #7D34AF

RGB

 RED value IS 125 (49.22% from 255) = 35.51%

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

 BLUE value IS 175 (68.75% from 255) = 49.72%

R = 35.51%
G = 14.77%
B = 49.72%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7D34AF (or 0x7D34AF) is known color: Royal Purple. HEX triplet: 7D, 34 and AF. RGB value is (125,52,175). Sum of RGB (Red+Green+Blue) = 125+52+175=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D34AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D34AF is #82CB50. Grayscale: #575757. Windows color (decimal): -8571729 or 11482237. OLE color: 11482237.

HSL color Cylindrical-coordinate representation of color #7D34AF: hue angle of 275.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D34AF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 52 175 -
CMYK 0.29 0.70 0 0.31
HSL 275.61º 0.54% 0.45% -
HSV(B) 275.61º 0.7% 0.69% -
XYZ 17.42 9.91 41.55 -
YUV 87.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 125 52 175 0.29 0.70 0 0.31 275.61 0.54 0.45
Hex 7D 34 AF 1D 46 0 1F 114 36 2D
Octal 175 64 257 35 106 0 37 424 66 55
Binary 1111101 110100 10101111 11101 1000110 0 11111 100010100 110110 101101

Color Harmonies of #7D34AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D34AF

Black with #7D34AF

Text Example


Text Example

White with #7D34AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,52,175); }

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

background-color css

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

 a { background-color: rgb(125,52,175); }

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

border-color css

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

 span { border-color: rgb(125,52,175); }

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