Html Css Color HEX #7628F8 Blue Violet

📋 copy color: '#7628F8'

red 118 ◦ green 40 ◦ blue 248

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

Shades of Blue Violet #7628F8

Tints of Blue Violet #7628F8

RGB

 RED value IS 118 (46.48% from 255) = 29.06%

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

 BLUE value IS 248 (97.27% from 255) = 61.08%

R = 29.06%
G = 9.85%
B = 61.08%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7628F8 (or 0x7628F8) is known color: Blue Violet. HEX triplet: 76, 28 and F8. RGB value is (118,40,248). Sum of RGB (Red+Green+Blue) = 118+40+248=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 248 (97.27% from 255 or 61.08% from 406); Max value from RGB is 248 - color contains mainly: blue. Hex color #7628F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7628F8 is #89D707. Grayscale: #565656. Windows color (decimal): -9033480 or 16263286. OLE color: 16263286.

HSL color Cylindrical-coordinate representation of color #7628F8: hue angle of 262.5º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7628F8 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 40 248 -
CMYK 0.52 0.84 0 0.03
HSL 262.5º 0.94% 0.56% -
HSV(B) 262.5º 0.84% 0.97% -
XYZ 25.17 12.15 89.82 -
YUV 87.03 218.84 150.09 -
System Red Green Blue C M Y K H S L
Decimal 118 40 248 0.52 0.84 0 0.03 262.5 0.94 0.56
Hex 76 28 F8 34 54 0 3 106 5E 38
Octal 166 50 370 64 124 0 3 406 136 70
Binary 1110110 101000 11111000 110100 1010100 0 11 100000110 1011110 111000

Color Harmonies of #7628F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7628F8

Black with #7628F8

Text Example


Text Example

White with #7628F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7628F8; }

 p { color: rgb(118,40,248); }

 H1.HeaderClassName
 {
   color: #7628F8;
 }
 .AnyTagClassName
 {
   color: #7628F8;
 }
</style>

background-color css

<style>
 a { background-color: #7628F8; }

 a { background-color: rgb(118,40,248); }

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

border-color css

<style>
 span { border-color: #7628F8; }

 span { border-color: rgb(118,40,248); }

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