Html Css Color HEX #7A257D Dark Purple

📋 copy color: '#7A257D'

red 122 ◦ green 37 ◦ blue 125

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

Shades of Dark Purple #7A257D

Tints of Dark Purple #7A257D

RGB

 RED value IS 122 (48.05% from 255) = 42.96%

 GREEN value IS 37 (14.84% from 255) = 13.03%

 BLUE value IS 125 (49.22% from 255) = 44.01%

R = 42.96%
G = 13.03%
B = 44.01%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A257D (or 0x7A257D) is known color: Dark Purple. HEX triplet: 7A, 25 and 7D. RGB value is (122,37,125). Sum of RGB (Red+Green+Blue) = 122+37+125=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A257D is #85DA82. Grayscale: #484848. Windows color (decimal): -8772227 or 8201594. OLE color: 8201594.

HSL color Cylindrical-coordinate representation of color #7A257D: hue angle of 297.95º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A257D is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 122 37 125 -
CMYK 0.02 0.70 0 0.51
HSL 297.95º 0.54% 0.32% -
HSV(B) 297.95º 0.7% 0.49% -
XYZ 12.39 6.94 20.09 -
YUV 72.45 157.66 163.34 -
System Red Green Blue C M Y K H S L
Decimal 122 37 125 0.02 0.70 0 0.51 297.95 0.54 0.32
Hex 7A 25 7D 2 46 0 33 12A 36 20
Octal 172 45 175 2 106 0 63 452 66 40
Binary 1111010 100101 1111101 10 1000110 0 110011 100101010 110110 100000

Color Harmonies of #7A257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A257D

Black with #7A257D

Text Example


Text Example

White with #7A257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,37,125); }

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

background-color css

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

 a { background-color: rgb(122,37,125); }

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

border-color css

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

 span { border-color: rgb(122,37,125); }

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