Html Css Color HEX #7D2BAD Royal Purple

📋 copy color: '#7D2BAD'

red 125 ◦ green 43 ◦ blue 173

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

Shades of Royal Purple #7D2BAD

Tints of Royal Purple #7D2BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.61%

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 36.66%
G = 12.61%
B = 50.73%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D2BAD (or 0x7D2BAD) is known color: Royal Purple. HEX triplet: 7D, 2B and AD. RGB value is (125,43,173). Sum of RGB (Red+Green+Blue) = 125+43+173=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D2BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2BAD is #82D452. Grayscale: #515151. Windows color (decimal): -8574035 or 11348861. OLE color: 11348861.

HSL color Cylindrical-coordinate representation of color #7D2BAD: hue angle of 277.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D2BAD is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 43 173 -
CMYK 0.28 0.75 0 0.32
HSL 277.85º 0.6% 0.42% -
HSV(B) 277.85º 0.75% 0.68% -
XYZ 16.86 9.1 40.4 -
YUV 82.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 125 43 173 0.28 0.75 0 0.32 277.85 0.6 0.42
Hex 7D 2B AD 1C 4B 0 20 116 3C 2A
Octal 175 53 255 34 113 0 40 426 74 52
Binary 1111101 101011 10101101 11100 1001011 0 100000 100010110 111100 101010

Color Harmonies of #7D2BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2BAD

Black with #7D2BAD

Text Example


Text Example

White with #7D2BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,43,173); }

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

background-color css

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

 a { background-color: rgb(125,43,173); }

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

border-color css

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

 span { border-color: rgb(125,43,173); }

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