Html Css Color HEX #7D0967 Dark Purple

📋 copy color: '#7D0967'

red 125 ◦ green 9 ◦ blue 103

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

Shades of Dark Purple #7D0967

Tints of Dark Purple #7D0967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

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

R = 52.74%
G = 3.8%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7D0967 (or 0x7D0967) is known color: Dark Purple. HEX triplet: 7D, 09 and 67. RGB value is (125,9,103). Sum of RGB (Red+Green+Blue) = 125+9+103=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0967 is #82F698. Grayscale: #363636. Windows color (decimal): -8582809 or 6752637. OLE color: 6752637.

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

Color convert

RGB 125 9 103 -
CMYK 0 0.93 0.18 0.51
HSL 311.38º 0.87% 0.26% -
HSV(B) 311.38º 0.93% 0.49% -
XYZ 11 5.53 13.32 -
YUV 54.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 125 9 103 0 0.93 0.18 0.51 311.38 0.87 0.26
Hex 7D 9 67 0 5D 12 33 137 57 1A
Octal 175 11 147 0 135 22 63 467 127 32
Binary 1111101 1001 1100111 0 1011101 10010 110011 100110111 1010111 11010

Color Harmonies of #7D0967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0967

Black with #7D0967

Text Example


Text Example

White with #7D0967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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