Html Css Color HEX #7D2A67 Dark Purple

📋 copy color: '#7D2A67'

red 125 ◦ green 42 ◦ blue 103

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

Shades of Dark Purple #7D2A67

Tints of Dark Purple #7D2A67

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.56%

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

R = 46.3%
G = 15.56%
B = 38.15%

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

#7D2A67 (or 0x7D2A67) is known color: Dark Purple. HEX triplet: 7D, 2A and 67. RGB value is (125,42,103). Sum of RGB (Red+Green+Blue) = 125+42+103=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2A67 is #82D598. Grayscale: #494949. Windows color (decimal): -8574361 or 6761085. OLE color: 6761085.

HSL color Cylindrical-coordinate representation of color #7D2A67: hue angle of 315.9º degrees, saturation: 0.5, 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 #7D2A67 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 42 103 -
CMYK 0 0.66 0.18 0.51
HSL 315.9º 0.5% 0.33% -
HSV(B) 315.9º 0.66% 0.49% -
XYZ 11.73 7 13.56 -
YUV 73.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 125 42 103 0 0.66 0.18 0.51 315.9 0.5 0.33
Hex 7D 2A 67 0 42 12 33 13C 32 21
Octal 175 52 147 0 102 22 63 474 62 41
Binary 1111101 101010 1100111 0 1000010 10010 110011 100111100 110010 100001

Color Harmonies of #7D2A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2A67

Black with #7D2A67

Text Example


Text Example

White with #7D2A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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