Html Css Color HEX #7F28F1 Blue Violet

📋 copy color: '#7F28F1'

red 127 ◦ green 40 ◦ blue 241

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

Shades of Blue Violet #7F28F1

Tints of Blue Violet #7F28F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.07%

R = 31.13%
G = 9.8%
B = 59.07%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7F28F1 (or 0x7F28F1) is known color: Blue Violet. HEX triplet: 7F, 28 and F1. RGB value is (127,40,241). Sum of RGB (Red+Green+Blue) = 127+40+241=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F28F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F28F1 is #80D70E. Grayscale: #585858. Windows color (decimal): -8443663 or 15804543. OLE color: 15804543.

HSL color Cylindrical-coordinate representation of color #7F28F1: hue angle of 265.97º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F28F1 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 40 241 -
CMYK 0.47 0.83 0 0.05
HSL 265.97º 0.88% 0.55% -
HSV(B) 265.97º 0.83% 0.95% -
XYZ 25.39 12.38 84.27 -
YUV 88.93 213.82 155.16 -
System Red Green Blue C M Y K H S L
Decimal 127 40 241 0.47 0.83 0 0.05 265.97 0.88 0.55
Hex 7F 28 F1 2F 53 0 5 10A 58 37
Octal 177 50 361 57 123 0 5 412 130 67
Binary 1111111 101000 11110001 101111 1010011 0 101 100001010 1011000 110111

Color Harmonies of #7F28F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F28F1

Black with #7F28F1

Text Example


Text Example

White with #7F28F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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