Html Css Color HEX #752CEB Blue Violet

📋 copy color: '#752CEB'

red 117 ◦ green 44 ◦ blue 235

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

Shades of Blue Violet #752CEB

Tints of Blue Violet #752CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.11%

 BLUE value IS 235 (92.19% from 255) = 59.34%

R = 29.55%
G = 11.11%
B = 59.34%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#752CEB (or 0x752CEB) is known color: Blue Violet. HEX triplet: 75, 2C and EB. RGB value is (117,44,235). Sum of RGB (Red+Green+Blue) = 117+44+235=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #752CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752CEB is #8AD314. Grayscale: #565656. Windows color (decimal): -9098005 or 15412341. OLE color: 15412341.

HSL color Cylindrical-coordinate representation of color #752CEB: hue angle of 262.93º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752CEB is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 44 235 -
CMYK 0.50 0.81 0 0.08
HSL 262.93º 0.83% 0.55% -
HSV(B) 262.93º 0.81% 0.92% -
XYZ 23.23 11.58 79.61 -
YUV 87.6 211.18 148.97 -
System Red Green Blue C M Y K H S L
Decimal 117 44 235 0.50 0.81 0 0.08 262.93 0.83 0.55
Hex 75 2C EB 32 51 0 8 107 53 37
Octal 165 54 353 62 121 0 10 407 123 67
Binary 1110101 101100 11101011 110010 1010001 0 1000 100000111 1010011 110111

Color Harmonies of #752CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CEB

Black with #752CEB

Text Example


Text Example

White with #752CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,44,235); }

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

background-color css

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

 a { background-color: rgb(117,44,235); }

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

border-color css

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

 span { border-color: rgb(117,44,235); }

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