Html Css Color HEX #752DE7 Blue Violet

📋 copy color: '#752DE7'

red 117 ◦ green 45 ◦ blue 231

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

Shades of Blue Violet #752DE7

Tints of Blue Violet #752DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.78%

R = 29.77%
G = 11.45%
B = 58.78%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#752DE7 (or 0x752DE7) is known color: Blue Violet. HEX triplet: 75, 2D and E7. RGB value is (117,45,231). Sum of RGB (Red+Green+Blue) = 117+45+231=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 231 (90.62% from 255 or 58.78% from 393); Max value from RGB is 231 - color contains mainly: blue. Hex color #752DE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752DE7 is #8AD218. Grayscale: #575757. Windows color (decimal): -9097753 or 15150453. OLE color: 15150453.

HSL color Cylindrical-coordinate representation of color #752DE7: hue angle of 263.23º degrees, saturation: 0.79, 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 #752DE7 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 45 231 -
CMYK 0.49 0.81 0 0.09
HSL 263.23º 0.79% 0.54% -
HSV(B) 263.23º 0.81% 0.91% -
XYZ 22.7 11.43 76.61 -
YUV 87.73 208.85 148.88 -
System Red Green Blue C M Y K H S L
Decimal 117 45 231 0.49 0.81 0 0.09 263.23 0.79 0.54
Hex 75 2D E7 31 51 0 9 107 4F 36
Octal 165 55 347 61 121 0 11 407 117 66
Binary 1110101 101101 11100111 110001 1010001 0 1001 100000111 1001111 110110

Color Harmonies of #752DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DE7

Black with #752DE7

Text Example


Text Example

White with #752DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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