Html Css Color HEX #7B06CE Dark Violet

📋 copy color: '#7B06CE'

red 123 ◦ green 6 ◦ blue 206

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

Shades of Dark Violet #7B06CE

Tints of Dark Violet #7B06CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

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

R = 36.72%
G = 1.79%
B = 61.49%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B06CE (or 0x7B06CE) is known color: Dark Violet. HEX triplet: 7B, 06 and CE. RGB value is (123,6,206). Sum of RGB (Red+Green+Blue) = 123+6+206=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B06CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B06CE is #84F931. Grayscale: #3F3F3F. Windows color (decimal): -8714546 or 13502075. OLE color: 13502075.

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

Color convert

RGB 123 6 206 -
CMYK 0.40 0.97 0 0.19
HSL 275.1º 0.94% 0.42% -
HSV(B) 275.1º 0.97% 0.81% -
XYZ 19.37 8.8 59.07 -
YUV 63.78 208.26 170.24 -
System Red Green Blue C M Y K H S L
Decimal 123 6 206 0.40 0.97 0 0.19 275.1 0.94 0.42
Hex 7B 6 CE 28 61 0 13 113 5E 2A
Octal 173 6 316 50 141 0 23 423 136 52
Binary 1111011 110 11001110 101000 1100001 0 10011 100010011 1011110 101010

Color Harmonies of #7B06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B06CE

Black with #7B06CE

Text Example


Text Example

White with #7B06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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