Html Css Color HEX #7D007F Purple

📋 copy color: '#7D007F'

red 125 ◦ green 0 ◦ blue 127

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

Shades of Purple #7D007F

Tints of Purple #7D007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 50.4%

R = 49.6%
G = 0%
B = 50.4%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7D007F (or 0x7D007F) is known color: Purple. HEX triplet: 7D, 00 and 7F. RGB value is (125,0,127). Sum of RGB (Red+Green+Blue) = 125+0+127=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D007F is #82FF80. Grayscale: #333333. Windows color (decimal): -8585089 or 8323197. OLE color: 8323197.

HSL color Cylindrical-coordinate representation of color #7D007F: hue angle of 299.06º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D007F is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 125 0 127 -
CMYK 0.02 1 0 0.50
HSL 299.06º 1% 0.25% -
HSV(B) 299.06º 1% 0.5% -
XYZ 12.29 5.89 20.57 -
YUV 51.85 170.41 180.17 -
System Red Green Blue C M Y K H S L
Decimal 125 0 127 0.02 1 0 0.50 299.06 1 0.25
Hex 7D 0 7F 2 64 0 32 12B 64 19
Octal 175 0 177 2 144 0 62 453 144 31
Binary 1111101 0 1111111 10 1100100 0 110010 100101011 1100100 11001

Color Harmonies of #7D007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D007F

Black with #7D007F

Text Example


Text Example

White with #7D007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,0,127); }

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

background-color css

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

 a { background-color: rgb(125,0,127); }

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

border-color css

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

 span { border-color: rgb(125,0,127); }

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