Html Css Color HEX #7E27FA Blue Violet

📋 copy color: '#7E27FA'

red 126 ◦ green 39 ◦ blue 250

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

Shades of Blue Violet #7E27FA

Tints of Blue Violet #7E27FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.4%

 BLUE value IS 250 (98.05% from 255) = 60.24%

R = 30.36%
G = 9.4%
B = 60.24%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E27FA (or 0x7E27FA) is known color: Blue Violet. HEX triplet: 7E, 27 and FA. RGB value is (126,39,250). Sum of RGB (Red+Green+Blue) = 126+39+250=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E27FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E27FA is #81D805. Grayscale: #585858. Windows color (decimal): -8509446 or 16394110. OLE color: 16394110.

HSL color Cylindrical-coordinate representation of color #7E27FA: hue angle of 264.74º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E27FA is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 39 250 -
CMYK 0.50 0.84 0 0.02
HSL 264.74º 0.95% 0.57% -
HSV(B) 264.74º 0.84% 0.98% -
XYZ 26.59 12.79 91.51 -
YUV 89.07 218.82 154.34 -
System Red Green Blue C M Y K H S L
Decimal 126 39 250 0.50 0.84 0 0.02 264.74 0.95 0.57
Hex 7E 27 FA 32 54 0 2 109 5F 39
Octal 176 47 372 62 124 0 2 411 137 71
Binary 1111110 100111 11111010 110010 1010100 0 10 100001001 1011111 111001

Color Harmonies of #7E27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E27FA

Black with #7E27FA

Text Example


Text Example

White with #7E27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,39,250); }

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

background-color css

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

 a { background-color: rgb(126,39,250); }

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

border-color css

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

 span { border-color: rgb(126,39,250); }

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