Html Css Color HEX #7B08CE Dark Violet

📋 copy color: '#7B08CE'

red 123 ◦ green 8 ◦ blue 206

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

Shades of Dark Violet #7B08CE

Tints of Dark Violet #7B08CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 36.5%
G = 2.37%
B = 61.13%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B08CE (or 0x7B08CE) is known color: Dark Violet. HEX triplet: 7B, 08 and CE. RGB value is (123,8,206). Sum of RGB (Red+Green+Blue) = 123+8+206=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B08CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B08CE is #84F731. Grayscale: #404040. Windows color (decimal): -8714034 or 13502587. OLE color: 13502587.

HSL color Cylindrical-coordinate representation of color #7B08CE: hue angle of 274.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B08CE is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 8 206 -
CMYK 0.40 0.96 0 0.19
HSL 274.85º 0.93% 0.42% -
HSV(B) 274.85º 0.96% 0.81% -
XYZ 19.4 8.84 59.08 -
YUV 64.96 207.6 169.4 -
System Red Green Blue C M Y K H S L
Decimal 123 8 206 0.40 0.96 0 0.19 274.85 0.93 0.42
Hex 7B 8 CE 28 60 0 13 113 5D 2A
Octal 173 10 316 50 140 0 23 423 135 52
Binary 1111011 1000 11001110 101000 1100000 0 10011 100010011 1011101 101010

Color Harmonies of #7B08CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B08CE

Black with #7B08CE

Text Example


Text Example

White with #7B08CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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