Html Css Color HEX #7B2F6E Dark Purple

📋 copy color: '#7B2F6E'

red 123 ◦ green 47 ◦ blue 110

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

Shades of Dark Purple #7B2F6E

Tints of Dark Purple #7B2F6E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.79%

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 43.93%
G = 16.79%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B2F6E (or 0x7B2F6E) is known color: Dark Purple. HEX triplet: 7B, 2F and 6E. RGB value is (123,47,110). Sum of RGB (Red+Green+Blue) = 123+47+110=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2F6E is #84D091. Grayscale: #4C4C4C. Windows color (decimal): -8704146 or 7221115. OLE color: 7221115.

HSL color Cylindrical-coordinate representation of color #7B2F6E: hue angle of 310.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B2F6E is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 47 110 -
CMYK 0 0.62 0.11 0.52
HSL 310.26º 0.45% 0.33% -
HSV(B) 310.26º 0.62% 0.48% -
XYZ 12 7.37 15.54 -
YUV 76.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 123 47 110 0 0.62 0.11 0.52 310.26 0.45 0.33
Hex 7B 2F 6E 0 3E B 34 136 2D 21
Octal 173 57 156 0 76 13 64 466 55 41
Binary 1111011 101111 1101110 0 111110 1011 110100 100110110 101101 100001

Color Harmonies of #7B2F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2F6E

Black with #7B2F6E

Text Example


Text Example

White with #7B2F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,47,110); }

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

background-color css

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

 a { background-color: rgb(123,47,110); }

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

border-color css

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

 span { border-color: rgb(123,47,110); }

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