Html Css Color HEX #7D0D89 Purple

📋 copy color: '#7D0D89'

red 125 ◦ green 13 ◦ blue 137

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

Shades of Purple #7D0D89

Tints of Purple #7D0D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.73%

 BLUE value IS 137 (53.91% from 255) = 49.82%

R = 45.45%
G = 4.73%
B = 49.82%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D0D89 (or 0x7D0D89) is known color: Purple. HEX triplet: 7D, 0D and 89. RGB value is (125,13,137). Sum of RGB (Red+Green+Blue) = 125+13+137=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D0D89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0D89 is #82F276. Grayscale: #3C3C3C. Windows color (decimal): -8581751 or 8981885. OLE color: 8981885.

HSL color Cylindrical-coordinate representation of color #7D0D89: hue angle of 294.19º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D0D89 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 13 137 -
CMYK 0.09 0.91 0 0.46
HSL 294.19º 0.83% 0.29% -
HSV(B) 294.19º 0.91% 0.54% -
XYZ 13.12 6.45 24.22 -
YUV 60.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 125 13 137 0.09 0.91 0 0.46 294.19 0.83 0.29
Hex 7D D 89 9 5B 0 2E 126 53 1D
Octal 175 15 211 11 133 0 56 446 123 35
Binary 1111101 1101 10001001 1001 1011011 0 101110 100100110 1010011 11101

Color Harmonies of #7D0D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0D89

Black with #7D0D89

Text Example


Text Example

White with #7D0D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,13,137); }

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

background-color css

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

 a { background-color: rgb(125,13,137); }

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

border-color css

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

 span { border-color: rgb(125,13,137); }

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