Html Css Color HEX #7B246D Dark Purple

📋 copy color: '#7B246D'

red 123 ◦ green 36 ◦ blue 109

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

Shades of Dark Purple #7B246D

Tints of Dark Purple #7B246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 45.9%
G = 13.43%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B246D (or 0x7B246D) is known color: Dark Purple. HEX triplet: 7B, 24 and 6D. RGB value is (123,36,109). Sum of RGB (Red+Green+Blue) = 123+36+109=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 123 - color contains mainly: red. Hex color #7B246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B246D is #84DB92. Grayscale: #464646. Windows color (decimal): -8706963 or 7152763. OLE color: 7152763.

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

Color convert

RGB 123 36 109 -
CMYK 0 0.71 0.11 0.52
HSL 309.66º 0.55% 0.31% -
HSV(B) 309.66º 0.71% 0.48% -
XYZ 11.56 6.58 15.13 -
YUV 70.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 123 36 109 0 0.71 0.11 0.52 309.66 0.55 0.31
Hex 7B 24 6D 0 47 B 34 136 37 1F
Octal 173 44 155 0 107 13 64 466 67 37
Binary 1111011 100100 1101101 0 1000111 1011 110100 100110110 110111 11111

Color Harmonies of #7B246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B246D

Black with #7B246D

Text Example


Text Example

White with #7B246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,36,109); }

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

background-color css

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

 a { background-color: rgb(123,36,109); }

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

border-color css

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

 span { border-color: rgb(123,36,109); }

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