Html Css Color HEX #7C1BF1 Blue Violet

📋 copy color: '#7C1BF1'

red 124 ◦ green 27 ◦ blue 241

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

Shades of Blue Violet #7C1BF1

Tints of Blue Violet #7C1BF1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.89%

 BLUE value IS 241 (94.53% from 255) = 61.48%

R = 31.63%
G = 6.89%
B = 61.48%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7C1BF1 (or 0x7C1BF1) is known color: Blue Violet. HEX triplet: 7C, 1B and F1. RGB value is (124,27,241). Sum of RGB (Red+Green+Blue) = 124+27+241=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C1BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1BF1 is #83E40E. Grayscale: #4F4F4F. Windows color (decimal): -8643599 or 15801212. OLE color: 15801212.

HSL color Cylindrical-coordinate representation of color #7C1BF1: hue angle of 267.2º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C1BF1 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 27 241 -
CMYK 0.49 0.89 0 0.05
HSL 267.2º 0.88% 0.53% -
HSV(B) 267.2º 0.89% 0.95% -
XYZ 24.58 11.42 84.13 -
YUV 80.4 218.64 159.1 -
System Red Green Blue C M Y K H S L
Decimal 124 27 241 0.49 0.89 0 0.05 267.2 0.88 0.53
Hex 7C 1B F1 31 59 0 5 10B 58 35
Octal 174 33 361 61 131 0 5 413 130 65
Binary 1111100 11011 11110001 110001 1011001 0 101 100001011 1011000 110101

Color Harmonies of #7C1BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1BF1

Black with #7C1BF1

Text Example


Text Example

White with #7C1BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,27,241); }

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

background-color css

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

 a { background-color: rgb(124,27,241); }

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

border-color css

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

 span { border-color: rgb(124,27,241); }

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