Html Css Color HEX #7D2B67 Dark Purple

📋 copy color: '#7D2B67'

red 125 ◦ green 43 ◦ blue 103

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

Shades of Dark Purple #7D2B67

Tints of Dark Purple #7D2B67

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 46.13%
G = 15.87%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7D2B67 (or 0x7D2B67) is known color: Dark Purple. HEX triplet: 7D, 2B and 67. RGB value is (125,43,103). Sum of RGB (Red+Green+Blue) = 125+43+103=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2B67 is #82D498. Grayscale: #4A4A4A. Windows color (decimal): -8574105 or 6761341. OLE color: 6761341.

HSL color Cylindrical-coordinate representation of color #7D2B67: hue angle of 316.1º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D2B67 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 43 103 -
CMYK 0 0.66 0.18 0.51
HSL 316.1º 0.49% 0.33% -
HSV(B) 316.1º 0.66% 0.49% -
XYZ 11.77 7.07 13.58 -
YUV 74.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 125 43 103 0 0.66 0.18 0.51 316.1 0.49 0.33
Hex 7D 2B 67 0 42 12 33 13C 31 21
Octal 175 53 147 0 102 22 63 474 61 41
Binary 1111101 101011 1100111 0 1000010 10010 110011 100111100 110001 100001

Color Harmonies of #7D2B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2B67

Black with #7D2B67

Text Example


Text Example

White with #7D2B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,43,103); }

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

background-color css

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

 a { background-color: rgb(125,43,103); }

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

border-color css

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

 span { border-color: rgb(125,43,103); }

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