Html Css Color HEX #7A237C Dark Purple

📋 copy color: '#7A237C'

red 122 ◦ green 35 ◦ blue 124

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

Shades of Dark Purple #7A237C

Tints of Dark Purple #7A237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

 BLUE value IS 124 (48.83% from 255) = 44.13%

R = 43.42%
G = 12.46%
B = 44.13%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A237C (or 0x7A237C) is known color: Dark Purple. HEX triplet: 7A, 23 and 7C. RGB value is (122,35,124). Sum of RGB (Red+Green+Blue) = 122+35+124=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A237C is #85DC83. Grayscale: #464646. Windows color (decimal): -8772740 or 8135546. OLE color: 8135546.

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

Color convert

RGB 122 35 124 -
CMYK 0.02 0.72 0 0.51
HSL 298.65º 0.56% 0.31% -
HSV(B) 298.65º 0.72% 0.49% -
XYZ 12.27 6.79 19.73 -
YUV 71.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 122 35 124 0.02 0.72 0 0.51 298.65 0.56 0.31
Hex 7A 23 7C 2 48 0 33 12B 38 1F
Octal 172 43 174 2 110 0 63 453 70 37
Binary 1111010 100011 1111100 10 1001000 0 110011 100101011 111000 11111

Color Harmonies of #7A237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A237C

Black with #7A237C

Text Example


Text Example

White with #7A237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,35,124); }

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

background-color css

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

 a { background-color: rgb(122,35,124); }

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

border-color css

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

 span { border-color: rgb(122,35,124); }

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