Html Css Color HEX #752BE9 Blue Violet

📋 copy color: '#752BE9'

red 117 ◦ green 43 ◦ blue 233

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

Shades of Blue Violet #752BE9

Tints of Blue Violet #752BE9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.94%

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

R = 29.77%
G = 10.94%
B = 59.29%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#752BE9 (or 0x752BE9) is known color: Blue Violet. HEX triplet: 75, 2B and E9. RGB value is (117,43,233). Sum of RGB (Red+Green+Blue) = 117+43+233=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #752BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752BE9 is #8AD416. Grayscale: #565656. Windows color (decimal): -9098263 or 15281013. OLE color: 15281013.

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

Color convert

RGB 117 43 233 -
CMYK 0.50 0.82 0 0.09
HSL 263.37º 0.81% 0.54% -
HSV(B) 263.37º 0.82% 0.91% -
XYZ 22.91 11.39 78.08 -
YUV 86.79 210.52 149.55 -
System Red Green Blue C M Y K H S L
Decimal 117 43 233 0.50 0.82 0 0.09 263.37 0.81 0.54
Hex 75 2B E9 32 52 0 9 107 51 36
Octal 165 53 351 62 122 0 11 407 121 66
Binary 1110101 101011 11101001 110010 1010010 0 1001 100000111 1010001 110110

Color Harmonies of #752BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BE9

Black with #752BE9

Text Example


Text Example

White with #752BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,233); }

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

background-color css

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

 a { background-color: rgb(117,43,233); }

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

border-color css

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

 span { border-color: rgb(117,43,233); }

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