Html Css Color HEX #752DEB Blue Violet

📋 copy color: '#752DEB'

red 117 ◦ green 45 ◦ blue 235

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

Shades of Blue Violet #752DEB

Tints of Blue Violet #752DEB

RGB

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

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

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

R = 29.47%
G = 11.34%
B = 59.19%

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

#752DEB (or 0x752DEB) is known color: Blue Violet. HEX triplet: 75, 2D and EB. RGB value is (117,45,235). Sum of RGB (Red+Green+Blue) = 117+45+235=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #752DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752DEB is #8AD214. Grayscale: #575757. Windows color (decimal): -9097749 or 15412597. OLE color: 15412597.

HSL color Cylindrical-coordinate representation of color #752DEB: hue angle of 262.74º 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 #752DEB is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 45 235 -
CMYK 0.50 0.81 0 0.08
HSL 262.74º 0.83% 0.55% -
HSV(B) 262.74º 0.81% 0.92% -
XYZ 23.27 11.66 79.62 -
YUV 88.19 210.85 148.55 -
System Red Green Blue C M Y K H S L
Decimal 117 45 235 0.50 0.81 0 0.08 262.74 0.83 0.55
Hex 75 2D EB 32 51 0 8 107 53 37
Octal 165 55 353 62 121 0 10 407 123 67
Binary 1110101 101101 11101011 110010 1010001 0 1000 100000111 1010011 110111

Color Harmonies of #752DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DEB

Black with #752DEB

Text Example


Text Example

White with #752DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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