Html Css Color HEX #7F28FE Blue Violet

📋 copy color: '#7F28FE'

red 127 ◦ green 40 ◦ blue 254

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

Shades of Blue Violet #7F28FE

Tints of Blue Violet #7F28FE

RGB

 RED value IS 127 (50% from 255) = 30.17%

 GREEN value IS 40 (16.02% from 255) = 9.5%

 BLUE value IS 254 (99.61% from 255) = 60.33%

R = 30.17%
G = 9.5%
B = 60.33%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F28FE (or 0x7F28FE) is known color: Blue Violet. HEX triplet: 7F, 28 and FE. RGB value is (127,40,254). Sum of RGB (Red+Green+Blue) = 127+40+254=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F28FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F28FE is #80D701. Grayscale: #595959. Windows color (decimal): -8443650 or 16656511. OLE color: 16656511.

HSL color Cylindrical-coordinate representation of color #7F28FE: hue angle of 264.39º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F28FE is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 40 254 -
CMYK 0.50 0.84 0 0.00
HSL 264.39º 0.99% 0.58% -
HSV(B) 264.39º 0.84% 1% -
XYZ 27.4 13.19 94.87 -
YUV 90.41 220.32 154.1 -
System Red Green Blue C M Y K H S L
Decimal 127 40 254 0.50 0.84 0 0.00 264.39 0.99 0.58
Hex 7F 28 FE 32 54 0 0 108 63 3A
Octal 177 50 376 62 124 0 0 410 143 72
Binary 1111111 101000 11111110 110010 1010100 0 0 100001000 1100011 111010

Color Harmonies of #7F28FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F28FE

Black with #7F28FE

Text Example


Text Example

White with #7F28FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,40,254); }

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

background-color css

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

 a { background-color: rgb(127,40,254); }

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

border-color css

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

 span { border-color: rgb(127,40,254); }

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