Html Css Color HEX #7B0B68 Dark Purple

📋 copy color: '#7B0B68'

red 123 ◦ green 11 ◦ blue 104

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

Shades of Dark Purple #7B0B68

Tints of Dark Purple #7B0B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.62%

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 51.68%
G = 4.62%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B0B68 (or 0x7B0B68) is known color: Dark Purple. HEX triplet: 7B, 0B and 68. RGB value is (123,11,104). Sum of RGB (Red+Green+Blue) = 123+11+104=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0B68 is #84F497. Grayscale: #363636. Windows color (decimal): -8713368 or 6818683. OLE color: 6818683.

HSL color Cylindrical-coordinate representation of color #7B0B68: hue angle of 310.18º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0B68 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 11 104 -
CMYK 0 0.91 0.15 0.52
HSL 310.18º 0.84% 0.26% -
HSV(B) 310.18º 0.91% 0.48% -
XYZ 10.79 5.45 13.58 -
YUV 55.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 123 11 104 0 0.91 0.15 0.52 310.18 0.84 0.26
Hex 7B B 68 0 5B F 34 136 54 1A
Octal 173 13 150 0 133 17 64 466 124 32
Binary 1111011 1011 1101000 0 1011011 1111 110100 100110110 1010100 11010

Color Harmonies of #7B0B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0B68

Black with #7B0B68

Text Example


Text Example

White with #7B0B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,11,104); }

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

background-color css

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

 a { background-color: rgb(123,11,104); }

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

border-color css

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

 span { border-color: rgb(123,11,104); }

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