Html Css Color HEX #7F48E9 Blue Violet

📋 copy color: '#7F48E9'

red 127 ◦ green 72 ◦ blue 233

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

Shades of Blue Violet #7F48E9

Tints of Blue Violet #7F48E9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.67%

 BLUE value IS 233 (91.41% from 255) = 53.94%

R = 29.4%
G = 16.67%
B = 53.94%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7F48E9 (or 0x7F48E9) is known color: Blue Violet. HEX triplet: 7F, 48 and E9. RGB value is (127,72,233). Sum of RGB (Red+Green+Blue) = 127+72+233=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 233 (91.41% from 255 or 53.94% from 432); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F48E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F48E9 is #80B716. Grayscale: #6A6A6A. Windows color (decimal): -8435479 or 15288447. OLE color: 15288447.

HSL color Cylindrical-coordinate representation of color #7F48E9: hue angle of 260.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F48E9 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 127 72 233 -
CMYK 0.45 0.69 0 0.09
HSL 260.5º 0.79% 0.6% -
HSV(B) 260.5º 0.69% 0.91% -
XYZ 25.78 15.03 78.63 -
YUV 106.8 199.22 142.41 -
System Red Green Blue C M Y K H S L
Decimal 127 72 233 0.45 0.69 0 0.09 260.5 0.79 0.6
Hex 7F 48 E9 2D 45 0 9 104 4F 3C
Octal 177 110 351 55 105 0 11 404 117 74
Binary 1111111 1001000 11101001 101101 1000101 0 1001 100000100 1001111 111100

Color Harmonies of #7F48E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F48E9

Black with #7F48E9

Text Example


Text Example

White with #7F48E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,72,233); }

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

background-color css

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

 a { background-color: rgb(127,72,233); }

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

border-color css

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

 span { border-color: rgb(127,72,233); }

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