Html Css Color HEX #7A237D Dark Purple

📋 copy color: '#7A237D'

red 122 ◦ green 35 ◦ blue 125

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

Shades of Dark Purple #7A237D

Tints of Dark Purple #7A237D

RGB

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

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

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

R = 43.26%
G = 12.41%
B = 44.33%

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

#7A237D (or 0x7A237D) is known color: Dark Purple. HEX triplet: 7A, 23 and 7D. RGB value is (122,35,125). Sum of RGB (Red+Green+Blue) = 122+35+125=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A237D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A237D is #85DC82. Grayscale: #474747. Windows color (decimal): -8772739 or 8201082. OLE color: 8201082.

HSL color Cylindrical-coordinate representation of color #7A237D: hue angle of 298º 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 #7A237D is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 122 35 125 -
CMYK 0.02 0.72 0 0.51
HSL 298º 0.56% 0.31% -
HSV(B) 298º 0.72% 0.49% -
XYZ 12.33 6.82 20.07 -
YUV 71.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 122 35 125 0.02 0.72 0 0.51 298 0.56 0.31
Hex 7A 23 7D 2 48 0 33 12A 38 1F
Octal 172 43 175 2 110 0 63 452 70 37
Binary 1111010 100011 1111101 10 1001000 0 110011 100101010 111000 11111

Color Harmonies of #7A237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A237D

Black with #7A237D

Text Example


Text Example

White with #7A237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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