Html Css Color HEX #752EDE Blue Violet

📋 copy color: '#752EDE'

red 117 ◦ green 46 ◦ blue 222

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

Shades of Blue Violet #752EDE

Tints of Blue Violet #752EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.66%

R = 30.39%
G = 11.95%
B = 57.66%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#752EDE (or 0x752EDE) is known color: Blue Violet. HEX triplet: 75, 2E and DE. RGB value is (117,46,222). Sum of RGB (Red+Green+Blue) = 117+46+222=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #752EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752EDE is #8AD121. Grayscale: #565656. Windows color (decimal): -9097506 or 14560885. OLE color: 14560885.

HSL color Cylindrical-coordinate representation of color #752EDE: hue angle of 264.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752EDE is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 46 222 -
CMYK 0.47 0.79 0 0.13
HSL 264.2º 0.73% 0.53% -
HSV(B) 264.2º 0.79% 0.87% -
XYZ 21.5 11.01 70.1 -
YUV 87.29 204.02 149.19 -
System Red Green Blue C M Y K H S L
Decimal 117 46 222 0.47 0.79 0 0.13 264.2 0.73 0.53
Hex 75 2E DE 2F 4F 0 D 108 49 35
Octal 165 56 336 57 117 0 15 410 111 65
Binary 1110101 101110 11011110 101111 1001111 0 1101 100001000 1001001 110101

Color Harmonies of #752EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EDE

Black with #752EDE

Text Example


Text Example

White with #752EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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