Html Css Color HEX #7D1282 Purple

📋 copy color: '#7D1282'

red 125 ◦ green 18 ◦ blue 130

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

Shades of Purple #7D1282

Tints of Purple #7D1282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

 BLUE value IS 130 (51.17% from 255) = 47.62%

R = 45.79%
G = 6.59%
B = 47.62%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D1282 (or 0x7D1282) is known color: Purple. HEX triplet: 7D, 12 and 82. RGB value is (125,18,130). Sum of RGB (Red+Green+Blue) = 125+18+130=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D1282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1282 is #82ED7D. Grayscale: #3E3E3E. Windows color (decimal): -8580478 or 8524413. OLE color: 8524413.

HSL color Cylindrical-coordinate representation of color #7D1282: hue angle of 297.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1282 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 18 130 -
CMYK 0.04 0.86 0 0.49
HSL 297.32º 0.76% 0.29% -
HSV(B) 297.32º 0.86% 0.51% -
XYZ 12.7 6.4 21.69 -
YUV 62.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 125 18 130 0.04 0.86 0 0.49 297.32 0.76 0.29
Hex 7D 12 82 4 56 0 31 129 4C 1D
Octal 175 22 202 4 126 0 61 451 114 35
Binary 1111101 10010 10000010 100 1010110 0 110001 100101001 1001100 11101

Color Harmonies of #7D1282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1282

Black with #7D1282

Text Example


Text Example

White with #7D1282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,18,130); }

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

background-color css

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

 a { background-color: rgb(125,18,130); }

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

border-color css

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

 span { border-color: rgb(125,18,130); }

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