Html Css Color HEX #7B2274 Dark Purple

📋 copy color: '#7B2274'

red 123 ◦ green 34 ◦ blue 116

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

Shades of Dark Purple #7B2274

Tints of Dark Purple #7B2274

RGB

 RED value IS 123 (48.44% from 255) = 45.05%

 GREEN value IS 34 (13.67% from 255) = 12.45%

 BLUE value IS 116 (45.7% from 255) = 42.49%

R = 45.05%
G = 12.45%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7B2274 (or 0x7B2274) is known color: Dark Purple. HEX triplet: 7B, 22 and 74. RGB value is (123,34,116). Sum of RGB (Red+Green+Blue) = 123+34+116=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2274 is #84DD8B. Grayscale: #454545. Windows color (decimal): -8707468 or 7611003. OLE color: 7611003.

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

Color convert

RGB 123 34 116 -
CMYK 0 0.72 0.06 0.52
HSL 304.72º 0.57% 0.31% -
HSV(B) 304.72º 0.72% 0.48% -
XYZ 11.89 6.62 17.17 -
YUV 69.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 123 34 116 0 0.72 0.06 0.52 304.72 0.57 0.31
Hex 7B 22 74 0 48 6 34 131 39 1F
Octal 173 42 164 0 110 6 64 461 71 37
Binary 1111011 100010 1110100 0 1001000 110 110100 100110001 111001 11111

Color Harmonies of #7B2274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2274

Black with #7B2274

Text Example


Text Example

White with #7B2274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,34,116); }

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

background-color css

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

 a { background-color: rgb(123,34,116); }

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

border-color css

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

 span { border-color: rgb(123,34,116); }

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