Html Css Color HEX #7B06B4 Dark Violet

📋 copy color: '#7B06B4'

red 123 ◦ green 6 ◦ blue 180

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

Shades of Dark Violet #7B06B4

Tints of Dark Violet #7B06B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 58.25%

R = 39.81%
G = 1.94%
B = 58.25%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7B06B4 (or 0x7B06B4) is known color: Dark Violet. HEX triplet: 7B, 06 and B4. RGB value is (123,6,180). Sum of RGB (Red+Green+Blue) = 123+6+180=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 180 (70.70% from 255 or 58.25% from 309); Max value from RGB is 180 - color contains mainly: blue. Hex color #7B06B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B06B4 is #84F94B. Grayscale: #3C3C3C. Windows color (decimal): -8714572 or 11798139. OLE color: 11798139.

HSL color Cylindrical-coordinate representation of color #7B06B4: hue angle of 280.34º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B06B4 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 123 6 180 -
CMYK 0.32 0.97 0 0.29
HSL 280.34º 0.94% 0.36% -
HSV(B) 280.34º 0.97% 0.71% -
XYZ 16.47 7.64 43.79 -
YUV 60.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 123 6 180 0.32 0.97 0 0.29 280.34 0.94 0.36
Hex 7B 6 B4 20 61 0 1D 118 5E 24
Octal 173 6 264 40 141 0 35 430 136 44
Binary 1111011 110 10110100 100000 1100001 0 11101 100011000 1011110 100100

Color Harmonies of #7B06B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B06B4

Black with #7B06B4

Text Example


Text Example

White with #7B06B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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