Html Css Color HEX #7B2370 Dark Purple

📋 copy color: '#7B2370'

red 123 ◦ green 35 ◦ blue 112

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

Shades of Dark Purple #7B2370

Tints of Dark Purple #7B2370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.48%

R = 45.56%
G = 12.96%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7B2370 (or 0x7B2370) is known color: Dark Purple. HEX triplet: 7B, 23 and 70. RGB value is (123,35,112). Sum of RGB (Red+Green+Blue) = 123+35+112=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2370 is #84DC8F. Grayscale: #454545. Windows color (decimal): -8707216 or 7349115. OLE color: 7349115.

HSL color Cylindrical-coordinate representation of color #7B2370: hue angle of 307.5º degrees, saturation: 0.56, 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 #7B2370 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 35 112 -
CMYK 0 0.72 0.09 0.52
HSL 307.5º 0.56% 0.31% -
HSV(B) 307.5º 0.72% 0.48% -
XYZ 11.69 6.58 15.98 -
YUV 70.09 151.65 165.74 -
System Red Green Blue C M Y K H S L
Decimal 123 35 112 0 0.72 0.09 0.52 307.5 0.56 0.31
Hex 7B 23 70 0 48 9 34 134 38 1F
Octal 173 43 160 0 110 11 64 464 70 37
Binary 1111011 100011 1110000 0 1001000 1001 110100 100110100 111000 11111

Color Harmonies of #7B2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2370

Black with #7B2370

Text Example


Text Example

White with #7B2370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,35,112); }

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

background-color css

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

 a { background-color: rgb(123,35,112); }

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

border-color css

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

 span { border-color: rgb(123,35,112); }

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