Html Css Color HEX #7B08BE Dark Violet

📋 copy color: '#7B08BE'

red 123 ◦ green 8 ◦ blue 190

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

Shades of Dark Violet #7B08BE

Tints of Dark Violet #7B08BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 38.32%
G = 2.49%
B = 59.19%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B08BE (or 0x7B08BE) is known color: Dark Violet. HEX triplet: 7B, 08 and BE. RGB value is (123,8,190). Sum of RGB (Red+Green+Blue) = 123+8+190=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B08BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B08BE is #84F741. Grayscale: #3E3E3E. Windows color (decimal): -8714050 or 12454011. OLE color: 12454011.

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

Color convert

RGB 123 8 190 -
CMYK 0.35 0.96 0 0.25
HSL 277.91º 0.92% 0.39% -
HSV(B) 277.91º 0.96% 0.75% -
XYZ 17.55 8.1 49.35 -
YUV 63.13 199.6 170.7 -
System Red Green Blue C M Y K H S L
Decimal 123 8 190 0.35 0.96 0 0.25 277.91 0.92 0.39
Hex 7B 8 BE 23 60 0 19 116 5C 27
Octal 173 10 276 43 140 0 31 426 134 47
Binary 1111011 1000 10111110 100011 1100000 0 11001 100010110 1011100 100111

Color Harmonies of #7B08BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B08BE

Black with #7B08BE

Text Example


Text Example

White with #7B08BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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