Html Css Color HEX #7D086A Purple

📋 copy color: '#7D086A'

red 125 ◦ green 8 ◦ blue 106

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

Shades of Purple #7D086A

Tints of Purple #7D086A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

 BLUE value IS 106 (41.8% from 255) = 44.35%

R = 52.3%
G = 3.35%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7D086A (or 0x7D086A) is known color: Purple. HEX triplet: 7D, 08 and 6A. RGB value is (125,8,106). Sum of RGB (Red+Green+Blue) = 125+8+106=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D086A is #82F795. Grayscale: #353535. Windows color (decimal): -8583062 or 6948989. OLE color: 6948989.

HSL color Cylindrical-coordinate representation of color #7D086A: hue angle of 309.74º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D086A is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 8 106 -
CMYK 0 0.94 0.15 0.51
HSL 309.74º 0.88% 0.26% -
HSV(B) 309.74º 0.94% 0.49% -
XYZ 11.15 5.57 14.12 -
YUV 54.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 125 8 106 0 0.94 0.15 0.51 309.74 0.88 0.26
Hex 7D 8 6A 0 5E F 33 136 58 1A
Octal 175 10 152 0 136 17 63 466 130 32
Binary 1111101 1000 1101010 0 1011110 1111 110011 100110110 1011000 11010

Color Harmonies of #7D086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D086A

Black with #7D086A

Text Example


Text Example

White with #7D086A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,8,106); }

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

background-color css

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

 a { background-color: rgb(125,8,106); }

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

border-color css

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

 span { border-color: rgb(125,8,106); }

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