Html Css Color HEX #7B287D Dark Purple

📋 copy color: '#7B287D'

red 123 ◦ green 40 ◦ blue 125

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

Shades of Dark Purple #7B287D

Tints of Dark Purple #7B287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 42.71%
G = 13.89%
B = 43.4%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B287D (or 0x7B287D) is known color: Dark Purple. HEX triplet: 7B, 28 and 7D. RGB value is (123,40,125). Sum of RGB (Red+Green+Blue) = 123+40+125=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B287D is #84D782. Grayscale: #4A4A4A. Windows color (decimal): -8705923 or 8202363. OLE color: 8202363.

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

Color convert

RGB 123 40 125 -
CMYK 0.02 0.68 0 0.51
HSL 298.59º 0.52% 0.32% -
HSV(B) 298.59º 0.68% 0.49% -
XYZ 12.63 7.21 20.13 -
YUV 74.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 123 40 125 0.02 0.68 0 0.51 298.59 0.52 0.32
Hex 7B 28 7D 2 44 0 33 12B 34 20
Octal 173 50 175 2 104 0 63 453 64 40
Binary 1111011 101000 1111101 10 1000100 0 110011 100101011 110100 100000

Color Harmonies of #7B287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B287D

Black with #7B287D

Text Example


Text Example

White with #7B287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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