Html Css Color HEX #7C07BF Dark Violet

📋 copy color: '#7C07BF'

red 124 ◦ green 7 ◦ blue 191

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

Shades of Dark Violet #7C07BF

Tints of Dark Violet #7C07BF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

 BLUE value IS 191 (75% from 255) = 59.32%

R = 38.51%
G = 2.17%
B = 59.32%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C07BF (or 0x7C07BF) is known color: Dark Violet. HEX triplet: 7C, 07 and BF. RGB value is (124,7,191). Sum of RGB (Red+Green+Blue) = 124+7+191=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C07BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C07BF is #83F840. Grayscale: #3E3E3E. Windows color (decimal): -8648769 or 12519292. OLE color: 12519292.

HSL color Cylindrical-coordinate representation of color #7C07BF: hue angle of 278.15º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C07BF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 7 191 -
CMYK 0.35 0.96 0 0.25
HSL 278.15º 0.93% 0.39% -
HSV(B) 278.15º 0.96% 0.75% -
XYZ 17.79 8.2 49.93 -
YUV 62.96 200.26 171.54 -
System Red Green Blue C M Y K H S L
Decimal 124 7 191 0.35 0.96 0 0.25 278.15 0.93 0.39
Hex 7C 7 BF 23 60 0 19 116 5D 27
Octal 174 7 277 43 140 0 31 426 135 47
Binary 1111100 111 10111111 100011 1100000 0 11001 100010110 1011101 100111

Color Harmonies of #7C07BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C07BF

Black with #7C07BF

Text Example


Text Example

White with #7C07BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,7,191); }

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

background-color css

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

 a { background-color: rgb(124,7,191); }

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

border-color css

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

 span { border-color: rgb(124,7,191); }

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