Html Css Color HEX #7D1885 Purple

📋 copy color: '#7D1885'

red 125 ◦ green 24 ◦ blue 133

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

Shades of Purple #7D1885

Tints of Purple #7D1885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 44.33%
G = 8.51%
B = 47.16%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D1885 (or 0x7D1885) is known color: Purple. HEX triplet: 7D, 18 and 85. RGB value is (125,24,133). Sum of RGB (Red+Green+Blue) = 125+24+133=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D1885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1885 is #82E77A. Grayscale: #424242. Windows color (decimal): -8578939 or 8722557. OLE color: 8722557.

HSL color Cylindrical-coordinate representation of color #7D1885: hue angle of 295.6º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D1885 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 24 133 -
CMYK 0.06 0.82 0 0.48
HSL 295.6º 0.69% 0.31% -
HSV(B) 295.6º 0.82% 0.52% -
XYZ 13.02 6.71 22.8 -
YUV 66.63 165.46 169.64 -
System Red Green Blue C M Y K H S L
Decimal 125 24 133 0.06 0.82 0 0.48 295.6 0.69 0.31
Hex 7D 18 85 6 52 0 30 128 45 1F
Octal 175 30 205 6 122 0 60 450 105 37
Binary 1111101 11000 10000101 110 1010010 0 110000 100101000 1000101 11111

Color Harmonies of #7D1885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1885

Black with #7D1885

Text Example


Text Example

White with #7D1885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,24,133); }

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

background-color css

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

 a { background-color: rgb(125,24,133); }

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

border-color css

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

 span { border-color: rgb(125,24,133); }

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