Html Css Color HEX #7C00BC Dark Violet

📋 copy color: '#7C00BC'

red 124 ◦ green 0 ◦ blue 188

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

Shades of Dark Violet #7C00BC

Tints of Dark Violet #7C00BC

RGB

 RED value IS 124 (48.83% from 255) = 39.74%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 39.74%
G = 0%
B = 60.26%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C00BC (or 0x7C00BC) is known color: Dark Violet. HEX triplet: 7C, 00 and BC. RGB value is (124,0,188). Sum of RGB (Red+Green+Blue) = 124+0+188=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C00BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C00BC is #83FF43. Grayscale: #393939. Windows color (decimal): -8650564 or 12320892. OLE color: 12320892.

HSL color Cylindrical-coordinate representation of color #7C00BC: hue angle of 279.57º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00BC is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 0 188 -
CMYK 0.34 1 0 0.26
HSL 279.57º 1% 0.37% -
HSV(B) 279.57º 1% 0.74% -
XYZ 17.39 7.92 48.19 -
YUV 58.51 201.08 174.71 -
System Red Green Blue C M Y K H S L
Decimal 124 0 188 0.34 1 0 0.26 279.57 1 0.37
Hex 7C 0 BC 22 64 0 1A 118 64 25
Octal 174 0 274 42 144 0 32 430 144 45
Binary 1111100 0 10111100 100010 1100100 0 11010 100011000 1100100 100101

Color Harmonies of #7C00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C00BC

Black with #7C00BC

Text Example


Text Example

White with #7C00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,0,188); }

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

background-color css

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

 a { background-color: rgb(124,0,188); }

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

border-color css

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

 span { border-color: rgb(124,0,188); }

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