Html Css Color HEX #752EEE Blue Violet

📋 copy color: '#752EEE'

red 117 ◦ green 46 ◦ blue 238

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

Shades of Blue Violet #752EEE

Tints of Blue Violet #752EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.35%

R = 29.18%
G = 11.47%
B = 59.35%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#752EEE (or 0x752EEE) is known color: Blue Violet. HEX triplet: 75, 2E and EE. RGB value is (117,46,238). Sum of RGB (Red+Green+Blue) = 117+46+238=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #752EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752EEE is #8AD111. Grayscale: #585858. Windows color (decimal): -9097490 or 15609461. OLE color: 15609461.

HSL color Cylindrical-coordinate representation of color #752EEE: hue angle of 262.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752EEE is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 46 238 -
CMYK 0.51 0.81 0 0.07
HSL 262.19º 0.85% 0.56% -
HSV(B) 262.19º 0.81% 0.93% -
XYZ 23.75 11.91 81.94 -
YUV 89.12 212.02 147.89 -
System Red Green Blue C M Y K H S L
Decimal 117 46 238 0.51 0.81 0 0.07 262.19 0.85 0.56
Hex 75 2E EE 33 51 0 7 106 55 38
Octal 165 56 356 63 121 0 7 406 125 70
Binary 1110101 101110 11101110 110011 1010001 0 111 100000110 1010101 111000

Color Harmonies of #752EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EEE

Black with #752EEE

Text Example


Text Example

White with #752EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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