Html Css Color HEX #7B0ACC Dark Violet

📋 copy color: '#7B0ACC'

red 123 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #7B0ACC

Tints of Dark Violet #7B0ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.97%

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

R = 36.5%
G = 2.97%
B = 60.53%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B0ACC (or 0x7B0ACC) is known color: Dark Violet. HEX triplet: 7B, 0A and CC. RGB value is (123,10,204). Sum of RGB (Red+Green+Blue) = 123+10+204=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B0ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0ACC is #84F533. Grayscale: #414141. Windows color (decimal): -8713524 or 13372027. OLE color: 13372027.

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

Color convert

RGB 123 10 204 -
CMYK 0.40 0.95 0 0.2
HSL 274.95º 0.91% 0.42% -
HSV(B) 274.95º 0.95% 0.8% -
XYZ 19.18 8.79 57.81 -
YUV 65.9 205.94 168.73 -
System Red Green Blue C M Y K H S L
Decimal 123 10 204 0.40 0.95 0 0.2 274.95 0.91 0.42
Hex 7B A CC 28 5F 0 14 113 5B 2A
Octal 173 12 314 50 137 0 24 423 133 52
Binary 1111011 1010 11001100 101000 1011111 0 10100 100010011 1011011 101010

Color Harmonies of #7B0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0ACC

Black with #7B0ACC

Text Example


Text Example

White with #7B0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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