Html Css Color HEX #7C01BF Dark Violet

📋 copy color: '#7C01BF'

red 124 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #7C01BF

Tints of Dark Violet #7C01BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 39.24%
G = 0.32%
B = 60.44%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C01BF (or 0x7C01BF) is known color: Dark Violet. HEX triplet: 7C, 01 and BF. RGB value is (124,1,191). Sum of RGB (Red+Green+Blue) = 124+1+191=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C01BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C01BF is #83FE40. Grayscale: #3A3A3A. Windows color (decimal): -8650305 or 12517756. OLE color: 12517756.

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

Color convert

RGB 124 1 191 -
CMYK 0.35 0.99 0 0.25
HSL 278.84º 0.99% 0.38% -
HSV(B) 278.84º 0.99% 0.75% -
XYZ 17.73 8.07 49.91 -
YUV 59.44 202.25 174.05 -
System Red Green Blue C M Y K H S L
Decimal 124 1 191 0.35 0.99 0 0.25 278.84 0.99 0.38
Hex 7C 1 BF 23 63 0 19 117 63 26
Octal 174 1 277 43 143 0 31 427 143 46
Binary 1111100 1 10111111 100011 1100011 0 11001 100010111 1100011 100110

Color Harmonies of #7C01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C01BF

Black with #7C01BF

Text Example


Text Example

White with #7C01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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