Html Css Color HEX #7B286B Dark Purple

📋 copy color: '#7B286B'

red 123 ◦ green 40 ◦ blue 107

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

Shades of Dark Purple #7B286B

Tints of Dark Purple #7B286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

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

R = 45.56%
G = 14.81%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7B286B (or 0x7B286B) is known color: Dark Purple. HEX triplet: 7B, 28 and 6B. RGB value is (123,40,107). Sum of RGB (Red+Green+Blue) = 123+40+107=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B286B is #84D794. Grayscale: #484848. Windows color (decimal): -8705941 or 7022715. OLE color: 7022715.

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

Color convert

RGB 123 40 107 -
CMYK 0 0.67 0.13 0.52
HSL 311.57º 0.51% 0.32% -
HSV(B) 311.57º 0.67% 0.48% -
XYZ 11.58 6.79 14.61 -
YUV 72.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 123 40 107 0 0.67 0.13 0.52 311.57 0.51 0.32
Hex 7B 28 6B 0 43 D 34 138 33 20
Octal 173 50 153 0 103 15 64 470 63 40
Binary 1111011 101000 1101011 0 1000011 1101 110100 100111000 110011 100000

Color Harmonies of #7B286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B286B

Black with #7B286B

Text Example


Text Example

White with #7B286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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