Html Css Color HEX #7E1ACF Blue Violet

📋 copy color: '#7E1ACF'

red 126 ◦ green 26 ◦ blue 207

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

Shades of Blue Violet #7E1ACF

Tints of Blue Violet #7E1ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.24%

 BLUE value IS 207 (81.25% from 255) = 57.66%

R = 35.1%
G = 7.24%
B = 57.66%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E1ACF (or 0x7E1ACF) is known color: Blue Violet. HEX triplet: 7E, 1A and CF. RGB value is (126,26,207). Sum of RGB (Red+Green+Blue) = 126+26+207=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E1ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1ACF is #81E530. Grayscale: #4B4B4B. Windows color (decimal): -8512817 or 13572734. OLE color: 13572734.

HSL color Cylindrical-coordinate representation of color #7E1ACF: hue angle of 273.15º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E1ACF is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 26 207 -
CMYK 0.39 0.87 0 0.19
HSL 273.15º 0.78% 0.46% -
HSV(B) 273.15º 0.87% 0.81% -
XYZ 20.24 9.68 59.83 -
YUV 76.53 201.63 163.28 -
System Red Green Blue C M Y K H S L
Decimal 126 26 207 0.39 0.87 0 0.19 273.15 0.78 0.46
Hex 7E 1A CF 27 57 0 13 111 4E 2E
Octal 176 32 317 47 127 0 23 421 116 56
Binary 1111110 11010 11001111 100111 1010111 0 10011 100010001 1001110 101110

Color Harmonies of #7E1ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1ACF

Black with #7E1ACF

Text Example


Text Example

White with #7E1ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,26,207); }

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

background-color css

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

 a { background-color: rgb(126,26,207); }

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

border-color css

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

 span { border-color: rgb(126,26,207); }

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