Html Css Color HEX #7D3870 Dark Purple

📋 copy color: '#7D3870'

red 125 ◦ green 56 ◦ blue 112

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

Shades of Dark Purple #7D3870

Tints of Dark Purple #7D3870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.11%

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 42.66%
G = 19.11%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D3870 (or 0x7D3870) is known color: Dark Purple. HEX triplet: 7D, 38 and 70. RGB value is (125,56,112). Sum of RGB (Red+Green+Blue) = 125+56+112=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3870 is #82C78F. Grayscale: #525252. Windows color (decimal): -8570768 or 7354493. OLE color: 7354493.

HSL color Cylindrical-coordinate representation of color #7D3870: hue angle of 311.3º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D3870 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 56 112 -
CMYK 0 0.55 0.10 0.51
HSL 311.3º 0.38% 0.35% -
HSV(B) 311.3º 0.55% 0.49% -
XYZ 12.8 8.36 16.27 -
YUV 83.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 125 56 112 0 0.55 0.10 0.51 311.3 0.38 0.35
Hex 7D 38 70 0 37 A 33 137 26 23
Octal 175 70 160 0 67 12 63 467 46 43
Binary 1111101 111000 1110000 0 110111 1010 110011 100110111 100110 100011

Color Harmonies of #7D3870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3870

Black with #7D3870

Text Example


Text Example

White with #7D3870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,56,112); }

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

background-color css

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

 a { background-color: rgb(125,56,112); }

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

border-color css

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

 span { border-color: rgb(125,56,112); }

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