Html Css Color HEX #7D287F Dark Purple

📋 copy color: '#7D287F'

red 125 ◦ green 40 ◦ blue 127

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

Shades of Dark Purple #7D287F

Tints of Dark Purple #7D287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

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

R = 42.81%
G = 13.7%
B = 43.49%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7D287F (or 0x7D287F) is known color: Dark Purple. HEX triplet: 7D, 28 and 7F. RGB value is (125,40,127). Sum of RGB (Red+Green+Blue) = 125+40+127=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D287F is #82D780. Grayscale: #4B4B4B. Windows color (decimal): -8574849 or 8333437. OLE color: 8333437.

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

Color convert

RGB 125 40 127 -
CMYK 0.02 0.69 0 0.50
HSL 298.62º 0.52% 0.33% -
HSV(B) 298.62º 0.69% 0.5% -
XYZ 13.05 7.41 20.82 -
YUV 75.33 157.16 163.43 -
System Red Green Blue C M Y K H S L
Decimal 125 40 127 0.02 0.69 0 0.50 298.62 0.52 0.33
Hex 7D 28 7F 2 45 0 32 12B 34 21
Octal 175 50 177 2 105 0 62 453 64 41
Binary 1111101 101000 1111111 10 1000101 0 110010 100101011 110100 100001

Color Harmonies of #7D287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D287F

Black with #7D287F

Text Example


Text Example

White with #7D287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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