Html Css Color HEX #752EEB Blue Violet

📋 copy color: '#752EEB'

red 117 ◦ green 46 ◦ blue 235

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

Shades of Blue Violet #752EEB

Tints of Blue Violet #752EEB

RGB

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

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

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

R = 29.4%
G = 11.56%
B = 59.05%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#752EEB (or 0x752EEB) is known color: Blue Violet. HEX triplet: 75, 2E and EB. RGB value is (117,46,235). Sum of RGB (Red+Green+Blue) = 117+46+235=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #752EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752EEB is #8AD114. Grayscale: #585858. Windows color (decimal): -9097493 or 15412853. OLE color: 15412853.

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

Color convert

RGB 117 46 235 -
CMYK 0.50 0.80 0 0.08
HSL 262.54º 0.83% 0.55% -
HSV(B) 262.54º 0.8% 0.92% -
XYZ 23.31 11.73 79.63 -
YUV 88.78 210.52 148.13 -
System Red Green Blue C M Y K H S L
Decimal 117 46 235 0.50 0.80 0 0.08 262.54 0.83 0.55
Hex 75 2E EB 32 50 0 8 107 53 37
Octal 165 56 353 62 120 0 10 407 123 67
Binary 1110101 101110 11101011 110010 1010000 0 1000 100000111 1010011 110111

Color Harmonies of #752EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EEB

Black with #752EEB

Text Example


Text Example

White with #752EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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