Html Css Color HEX #7E1CFF Blue Violet

📋 copy color: '#7E1CFF'

red 126 ◦ green 28 ◦ blue 255

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

Shades of Blue Violet #7E1CFF

Tints of Blue Violet #7E1CFF

RGB

 RED value IS 126 (49.61% from 255) = 30.81%

 GREEN value IS 28 (11.33% from 255) = 6.85%

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

R = 30.81%
G = 6.85%
B = 62.35%

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

#7E1CFF (or 0x7E1CFF) is known color: Blue Violet. HEX triplet: 7E, 1C and FF. RGB value is (126,28,255). Sum of RGB (Red+Green+Blue) = 126+28+255=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E1CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1CFF is #81E300. Grayscale: #525252. Windows color (decimal): -8512257 or 16718974. OLE color: 16718974.

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

Color convert

RGB 126 28 255 -
CMYK 0.51 0.89 0 0
HSL 265.9º 1% 0.55% -
HSV(B) 265.9º 0.89% 1% -
XYZ 27.07 12.49 95.59 -
YUV 83.18 224.97 158.54 -
System Red Green Blue C M Y K H S L
Decimal 126 28 255 0.51 0.89 0 0 265.9 1 0.55
Hex 7E 1C FF 33 59 0 0 10A 64 37
Octal 176 34 377 63 131 0 0 412 144 67
Binary 1111110 11100 11111111 110011 1011001 0 0 100001010 1100100 110111

Color Harmonies of #7E1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1CFF

Black with #7E1CFF

Text Example


Text Example

White with #7E1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,28,255); }

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

background-color css

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

 a { background-color: rgb(126,28,255); }

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

border-color css

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

 span { border-color: rgb(126,28,255); }

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