Html Css Color HEX #7A217B Dark Purple

📋 copy color: '#7A217B'

red 122 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #7A217B

Tints of Dark Purple #7A217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

 BLUE value IS 123 (48.44% from 255) = 44.24%

R = 43.88%
G = 11.87%
B = 44.24%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#7A217B (or 0x7A217B) is known color: Dark Purple. HEX triplet: 7A, 21 and 7B. RGB value is (122,33,123). Sum of RGB (Red+Green+Blue) = 122+33+123=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A217B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A217B is #85DE84. Grayscale: #454545. Windows color (decimal): -8773253 or 8069498. OLE color: 8069498.

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

Color convert

RGB 122 33 123 -
CMYK 0.01 0.73 0 0.52
HSL 299.33º 0.58% 0.31% -
HSV(B) 299.33º 0.73% 0.48% -
XYZ 12.15 6.66 19.38 -
YUV 69.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 122 33 123 0.01 0.73 0 0.52 299.33 0.58 0.31
Hex 7A 21 7B 1 49 0 34 12B 3A 1F
Octal 172 41 173 1 111 0 64 453 72 37
Binary 1111010 100001 1111011 1 1001001 0 110100 100101011 111010 11111

Color Harmonies of #7A217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A217B

Black with #7A217B

Text Example


Text Example

White with #7A217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,33,123); }

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

background-color css

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

 a { background-color: rgb(122,33,123); }

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

border-color css

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

 span { border-color: rgb(122,33,123); }

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