Html Css Color HEX #7B08BC Dark Violet

📋 copy color: '#7B08BC'

red 123 ◦ green 8 ◦ blue 188

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

Shades of Dark Violet #7B08BC

Tints of Dark Violet #7B08BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.51%

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 38.56%
G = 2.51%
B = 58.93%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B08BC (or 0x7B08BC) is known color: Dark Violet. HEX triplet: 7B, 08 and BC. RGB value is (123,8,188). Sum of RGB (Red+Green+Blue) = 123+8+188=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B08BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B08BC is #84F743. Grayscale: #3E3E3E. Windows color (decimal): -8714052 or 12322939. OLE color: 12322939.

HSL color Cylindrical-coordinate representation of color #7B08BC: hue angle of 278.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B08BC is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 8 188 -
CMYK 0.35 0.96 0 0.26
HSL 278.33º 0.92% 0.38% -
HSV(B) 278.33º 0.96% 0.74% -
XYZ 17.33 8.02 48.21 -
YUV 62.91 198.6 170.86 -
System Red Green Blue C M Y K H S L
Decimal 123 8 188 0.35 0.96 0 0.26 278.33 0.92 0.38
Hex 7B 8 BC 23 60 0 1A 116 5C 26
Octal 173 10 274 43 140 0 32 426 134 46
Binary 1111011 1000 10111100 100011 1100000 0 11010 100010110 1011100 100110

Color Harmonies of #7B08BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B08BC

Black with #7B08BC

Text Example


Text Example

White with #7B08BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,8,188); }

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

background-color css

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

 a { background-color: rgb(123,8,188); }

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

border-color css

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

 span { border-color: rgb(123,8,188); }

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