Html Css Color HEX #752EF8 Blue Violet

📋 copy color: '#752EF8'

red 117 ◦ green 46 ◦ blue 248

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

Shades of Blue Violet #752EF8

Tints of Blue Violet #752EF8

RGB

 RED value IS 117 (46.09% from 255) = 28.47%

 GREEN value IS 46 (18.36% from 255) = 11.19%

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

R = 28.47%
G = 11.19%
B = 60.34%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#752EF8 (or 0x752EF8) is known color: Blue Violet. HEX triplet: 75, 2E and F8. RGB value is (117,46,248). Sum of RGB (Red+Green+Blue) = 117+46+248=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #752EF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752EF8 is #8AD107. Grayscale: #595959. Windows color (decimal): -9097480 or 16264821. OLE color: 16264821.

HSL color Cylindrical-coordinate representation of color #752EF8: hue angle of 261.09º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752EF8 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 46 248 -
CMYK 0.53 0.81 0 0.03
HSL 261.09º 0.94% 0.58% -
HSV(B) 261.09º 0.81% 0.97% -
XYZ 25.26 12.51 89.89 -
YUV 90.26 217.02 147.07 -
System Red Green Blue C M Y K H S L
Decimal 117 46 248 0.53 0.81 0 0.03 261.09 0.94 0.58
Hex 75 2E F8 35 51 0 3 105 5E 3A
Octal 165 56 370 65 121 0 3 405 136 72
Binary 1110101 101110 11111000 110101 1010001 0 11 100000101 1011110 111010

Color Harmonies of #752EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EF8

Black with #752EF8

Text Example


Text Example

White with #752EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752EF8; }

 p { color: rgb(117,46,248); }

 H1.HeaderClassName
 {
   color: #752EF8;
 }
 .AnyTagClassName
 {
   color: #752EF8;
 }
</style>

background-color css

<style>
 a { background-color: #752EF8; }

 a { background-color: rgb(117,46,248); }

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

border-color css

<style>
 span { border-color: #752EF8; }

 span { border-color: rgb(117,46,248); }

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