Html Css Color HEX #7D0C69 Dark Purple

📋 copy color: '#7D0C69'

red 125 ◦ green 12 ◦ blue 105

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

Shades of Dark Purple #7D0C69

Tints of Dark Purple #7D0C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.96%

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 51.65%
G = 4.96%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D0C69 (or 0x7D0C69) is known color: Dark Purple. HEX triplet: 7D, 0C and 69. RGB value is (125,12,105). Sum of RGB (Red+Green+Blue) = 125+12+105=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0C69 is #82F396. Grayscale: #383838. Windows color (decimal): -8582039 or 6884477. OLE color: 6884477.

HSL color Cylindrical-coordinate representation of color #7D0C69: hue angle of 310.62º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0C69 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 12 105 -
CMYK 0 0.90 0.16 0.51
HSL 310.62º 0.82% 0.27% -
HSV(B) 310.62º 0.9% 0.49% -
XYZ 11.14 5.64 13.87 -
YUV 56.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 125 12 105 0 0.90 0.16 0.51 310.62 0.82 0.27
Hex 7D C 69 0 5A 10 33 137 52 1B
Octal 175 14 151 0 132 20 63 467 122 33
Binary 1111101 1100 1101001 0 1011010 10000 110011 100110111 1010010 11011

Color Harmonies of #7D0C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0C69

Black with #7D0C69

Text Example


Text Example

White with #7D0C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,12,105); }

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

background-color css

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

 a { background-color: rgb(125,12,105); }

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

border-color css

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

 span { border-color: rgb(125,12,105); }

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