Html Css Color HEX #7E1FFC Blue Violet

📋 copy color: '#7E1FFC'

red 126 ◦ green 31 ◦ blue 252

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

Shades of Blue Violet #7E1FFC

Tints of Blue Violet #7E1FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.58%

 BLUE value IS 252 (98.83% from 255) = 61.61%

R = 30.81%
G = 7.58%
B = 61.61%

CMYK

 C value IS 0.5

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E1FFC (or 0x7E1FFC) is known color: Blue Violet. HEX triplet: 7E, 1F and FC. RGB value is (126,31,252). Sum of RGB (Red+Green+Blue) = 126+31+252=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E1FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1FFC is #81E003. Grayscale: #535353. Windows color (decimal): -8511492 or 16523134. OLE color: 16523134.

HSL color Cylindrical-coordinate representation of color #7E1FFC: hue angle of 265.79º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E1FFC is Cyan = 0.5, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 31 252 -
CMYK 0.5 0.88 0 0.01
HSL 265.79º 0.97% 0.55% -
HSV(B) 265.79º 0.88% 0.99% -
XYZ 26.66 12.44 93.09 -
YUV 84.6 222.47 157.53 -
System Red Green Blue C M Y K H S L
Decimal 126 31 252 0.5 0.88 0 0.01 265.79 0.97 0.55
Hex 7E 1F FC 32 58 0 1 10A 61 37
Octal 176 37 374 62 130 0 1 412 141 67
Binary 1111110 11111 11111100 110010 1011000 0 1 100001010 1100001 110111

Color Harmonies of #7E1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1FFC

Black with #7E1FFC

Text Example


Text Example

White with #7E1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,31,252); }

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

background-color css

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

 a { background-color: rgb(126,31,252); }

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

border-color css

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

 span { border-color: rgb(126,31,252); }

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