Html Css Color HEX #7B04DC Dark Violet

📋 copy color: '#7B04DC'

red 123 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #7B04DC

Tints of Dark Violet #7B04DC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 220 (86.33% from 255) = 63.4%

R = 35.45%
G = 1.15%
B = 63.4%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B04DC (or 0x7B04DC) is known color: Dark Violet. HEX triplet: 7B, 04 and DC. RGB value is (123,4,220). Sum of RGB (Red+Green+Blue) = 123+4+220=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B04DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B04DC is #84FB23. Grayscale: #3F3F3F. Windows color (decimal): -8715044 or 14419067. OLE color: 14419067.

HSL color Cylindrical-coordinate representation of color #7B04DC: hue angle of 273.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B04DC is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 4 220 -
CMYK 0.44 0.98 0 0.14
HSL 273.06º 0.96% 0.44% -
HSV(B) 273.06º 0.98% 0.86% -
XYZ 21.13 9.47 68.42 -
YUV 64.21 215.92 169.94 -
System Red Green Blue C M Y K H S L
Decimal 123 4 220 0.44 0.98 0 0.14 273.06 0.96 0.44
Hex 7B 4 DC 2C 62 0 E 111 60 2C
Octal 173 4 334 54 142 0 16 421 140 54
Binary 1111011 100 11011100 101100 1100010 0 1110 100010001 1100000 101100

Color Harmonies of #7B04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B04DC

Black with #7B04DC

Text Example


Text Example

White with #7B04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,4,220); }

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

background-color css

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

 a { background-color: rgb(123,4,220); }

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

border-color css

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

 span { border-color: rgb(123,4,220); }

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