Html Css Color HEX #7B206B Dark Purple

📋 copy color: '#7B206B'

red 123 ◦ green 32 ◦ blue 107

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

Shades of Dark Purple #7B206B

Tints of Dark Purple #7B206B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.21%

 BLUE value IS 107 (42.19% from 255) = 40.84%

R = 46.95%
G = 12.21%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7B206B (or 0x7B206B) is known color: Dark Purple. HEX triplet: 7B, 20 and 6B. RGB value is (123,32,107). Sum of RGB (Red+Green+Blue) = 123+32+107=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B206B is #84DF94. Grayscale: #434343. Windows color (decimal): -8707989 or 7020667. OLE color: 7020667.

HSL color Cylindrical-coordinate representation of color #7B206B: hue angle of 310.55º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B206B is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 32 107 -
CMYK 0 0.74 0.13 0.52
HSL 310.55º 0.59% 0.3% -
HSV(B) 310.55º 0.74% 0.48% -
XYZ 11.34 6.31 14.53 -
YUV 67.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 123 32 107 0 0.74 0.13 0.52 310.55 0.59 0.3
Hex 7B 20 6B 0 4A D 34 137 3B 1E
Octal 173 40 153 0 112 15 64 467 73 36
Binary 1111011 100000 1101011 0 1001010 1101 110100 100110111 111011 11110

Color Harmonies of #7B206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B206B

Black with #7B206B

Text Example


Text Example

White with #7B206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,32,107); }

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

background-color css

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

 a { background-color: rgb(123,32,107); }

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

border-color css

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

 span { border-color: rgb(123,32,107); }

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