Html Css Color HEX #7C1DFF Blue Violet

📋 copy color: '#7C1DFF'

red 124 ◦ green 29 ◦ blue 255

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

Shades of Blue Violet #7C1DFF

Tints of Blue Violet #7C1DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

 BLUE value IS 255 (100% from 255) = 62.5%

R = 30.39%
G = 7.11%
B = 62.5%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7C1DFF (or 0x7C1DFF) is known color: Blue Violet. HEX triplet: 7C, 1D and FF. RGB value is (124,29,255). Sum of RGB (Red+Green+Blue) = 124+29+255=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C1DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1DFF is #83E200. Grayscale: #525252. Windows color (decimal): -8643073 or 16719228. OLE color: 16719228.

HSL color Cylindrical-coordinate representation of color #7C1DFF: hue angle of 265.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C1DFF is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 124 29 255 -
CMYK 0.51 0.89 0 0
HSL 265.22º 1% 0.56% -
HSV(B) 265.22º 0.89% 1% -
XYZ 26.8 12.38 95.59 -
YUV 83.17 224.97 157.12 -
System Red Green Blue C M Y K H S L
Decimal 124 29 255 0.51 0.89 0 0 265.22 1 0.56
Hex 7C 1D FF 33 59 0 0 109 64 38
Octal 174 35 377 63 131 0 0 411 144 70
Binary 1111100 11101 11111111 110011 1011001 0 0 100001001 1100100 111000

Color Harmonies of #7C1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1DFF

Black with #7C1DFF

Text Example


Text Example

White with #7C1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,29,255); }

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

background-color css

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

 a { background-color: rgb(124,29,255); }

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

border-color css

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

 span { border-color: rgb(124,29,255); }

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