Html Css Color HEX #752DE8 Blue Violet

📋 copy color: '#752DE8'

red 117 ◦ green 45 ◦ blue 232

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

Shades of Blue Violet #752DE8

Tints of Blue Violet #752DE8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.42%

 BLUE value IS 232 (91.02% from 255) = 58.88%

R = 29.7%
G = 11.42%
B = 58.88%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#752DE8 (or 0x752DE8) is known color: Blue Violet. HEX triplet: 75, 2D and E8. RGB value is (117,45,232). Sum of RGB (Red+Green+Blue) = 117+45+232=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 232 (91.02% from 255 or 58.88% from 394); Max value from RGB is 232 - color contains mainly: blue. Hex color #752DE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752DE8 is #8AD217. Grayscale: #575757. Windows color (decimal): -9097752 or 15215989. OLE color: 15215989.

HSL color Cylindrical-coordinate representation of color #752DE8: hue angle of 263.1º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752DE8 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 45 232 -
CMYK 0.50 0.81 0 0.09
HSL 263.1º 0.8% 0.54% -
HSV(B) 263.1º 0.81% 0.91% -
XYZ 22.84 11.48 77.36 -
YUV 87.85 209.35 148.79 -
System Red Green Blue C M Y K H S L
Decimal 117 45 232 0.50 0.81 0 0.09 263.1 0.8 0.54
Hex 75 2D E8 32 51 0 9 107 50 36
Octal 165 55 350 62 121 0 11 407 120 66
Binary 1110101 101101 11101000 110010 1010001 0 1001 100000111 1010000 110110

Color Harmonies of #752DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DE8

Black with #752DE8

Text Example


Text Example

White with #752DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,45,232); }

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

background-color css

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

 a { background-color: rgb(117,45,232); }

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

border-color css

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

 span { border-color: rgb(117,45,232); }

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