Html Css Color HEX #7A1583 Purple

📋 copy color: '#7A1583'

red 122 ◦ green 21 ◦ blue 131

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

Shades of Purple #7A1583

Tints of Purple #7A1583

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

 BLUE value IS 131 (51.56% from 255) = 47.81%

R = 44.53%
G = 7.66%
B = 47.81%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A1583 (or 0x7A1583) is known color: Purple. HEX triplet: 7A, 15 and 83. RGB value is (122,21,131). Sum of RGB (Red+Green+Blue) = 122+21+131=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A1583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1583 is #85EA7C. Grayscale: #3F3F3F. Windows color (decimal): -8776317 or 8590714. OLE color: 8590714.

HSL color Cylindrical-coordinate representation of color #7A1583: hue angle of 295.09º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1583 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 21 131 -
CMYK 0.07 0.84 0 0.49
HSL 295.09º 0.72% 0.3% -
HSV(B) 295.09º 0.84% 0.51% -
XYZ 12.39 6.31 22.04 -
YUV 63.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 122 21 131 0.07 0.84 0 0.49 295.09 0.72 0.3
Hex 7A 15 83 7 54 0 31 127 48 1E
Octal 172 25 203 7 124 0 61 447 110 36
Binary 1111010 10101 10000011 111 1010100 0 110001 100100111 1001000 11110

Color Harmonies of #7A1583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1583

Black with #7A1583

Text Example


Text Example

White with #7A1583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,21,131); }

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

background-color css

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

 a { background-color: rgb(122,21,131); }

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

border-color css

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

 span { border-color: rgb(122,21,131); }

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