Html Css Color HEX #7B06CD Dark Violet

📋 copy color: '#7B06CD'

red 123 ◦ green 6 ◦ blue 205

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

Shades of Dark Violet #7B06CD

Tints of Dark Violet #7B06CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.38%

R = 36.83%
G = 1.8%
B = 61.38%

CMYK

 C value IS 0.4

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B06CD (or 0x7B06CD) is known color: Dark Violet. HEX triplet: 7B, 06 and CD. RGB value is (123,6,205). Sum of RGB (Red+Green+Blue) = 123+6+205=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B06CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B06CD is #84F932. Grayscale: #3E3E3E. Windows color (decimal): -8714547 or 13436539. OLE color: 13436539.

HSL color Cylindrical-coordinate representation of color #7B06CD: hue angle of 275.28º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B06CD is Cyan = 0.4, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 6 205 -
CMYK 0.4 0.97 0 0.20
HSL 275.28º 0.94% 0.41% -
HSV(B) 275.28º 0.97% 0.8% -
XYZ 19.25 8.75 58.43 -
YUV 63.67 207.76 170.32 -
System Red Green Blue C M Y K H S L
Decimal 123 6 205 0.4 0.97 0 0.20 275.28 0.94 0.41
Hex 7B 6 CD 28 61 0 14 113 5E 29
Octal 173 6 315 50 141 0 24 423 136 51
Binary 1111011 110 11001101 101000 1100001 0 10100 100010011 1011110 101001

Color Harmonies of #7B06CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B06CD

Black with #7B06CD

Text Example


Text Example

White with #7B06CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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