Html Css Color HEX #7D2CAC Royal Purple

📋 copy color: '#7D2CAC'

red 125 ◦ green 44 ◦ blue 172

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

Shades of Royal Purple #7D2CAC

Tints of Royal Purple #7D2CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.9%

 BLUE value IS 172 (67.58% from 255) = 50.44%

R = 36.66%
G = 12.9%
B = 50.44%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D2CAC (or 0x7D2CAC) is known color: Royal Purple. HEX triplet: 7D, 2C and AC. RGB value is (125,44,172). Sum of RGB (Red+Green+Blue) = 125+44+172=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D2CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2CAC is #82D353. Grayscale: #525252. Windows color (decimal): -8573780 or 11283581. OLE color: 11283581.

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

Color convert

RGB 125 44 172 -
CMYK 0.27 0.74 0 0.33
HSL 277.97º 0.59% 0.42% -
HSV(B) 277.97º 0.74% 0.67% -
XYZ 16.8 9.14 39.91 -
YUV 82.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 125 44 172 0.27 0.74 0 0.33 277.97 0.59 0.42
Hex 7D 2C AC 1B 4A 0 21 116 3B 2A
Octal 175 54 254 33 112 0 41 426 73 52
Binary 1111101 101100 10101100 11011 1001010 0 100001 100010110 111011 101010

Color Harmonies of #7D2CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2CAC

Black with #7D2CAC

Text Example


Text Example

White with #7D2CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,44,172); }

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

background-color css

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

 a { background-color: rgb(125,44,172); }

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

border-color css

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

 span { border-color: rgb(125,44,172); }

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