Html Css Color HEX #7B11CC Dark Violet

📋 copy color: '#7B11CC'

red 123 ◦ green 17 ◦ blue 204

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

Shades of Dark Violet #7B11CC

Tints of Dark Violet #7B11CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.94%

 BLUE value IS 204 (80.08% from 255) = 59.3%

R = 35.76%
G = 4.94%
B = 59.3%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B11CC (or 0x7B11CC) is known color: Dark Violet. HEX triplet: 7B, 11 and CC. RGB value is (123,17,204). Sum of RGB (Red+Green+Blue) = 123+17+204=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B11CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B11CC is #84EE33. Grayscale: #454545. Windows color (decimal): -8711732 or 13373819. OLE color: 13373819.

HSL color Cylindrical-coordinate representation of color #7B11CC: hue angle of 274.01º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B11CC is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 17 204 -
CMYK 0.40 0.92 0 0.2
HSL 274.01º 0.85% 0.43% -
HSV(B) 274.01º 0.92% 0.8% -
XYZ 19.27 8.97 57.84 -
YUV 70.01 203.62 165.79 -
System Red Green Blue C M Y K H S L
Decimal 123 17 204 0.40 0.92 0 0.2 274.01 0.85 0.43
Hex 7B 11 CC 28 5C 0 14 112 55 2B
Octal 173 21 314 50 134 0 24 422 125 53
Binary 1111011 10001 11001100 101000 1011100 0 10100 100010010 1010101 101011

Color Harmonies of #7B11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B11CC

Black with #7B11CC

Text Example


Text Example

White with #7B11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,17,204); }

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

background-color css

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

 a { background-color: rgb(123,17,204); }

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

border-color css

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

 span { border-color: rgb(123,17,204); }

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