Html Css Color HEX #752BEF Blue Violet

📋 copy color: '#752BEF'

red 117 ◦ green 43 ◦ blue 239

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

Shades of Blue Violet #752BEF

Tints of Blue Violet #752BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.78%

 BLUE value IS 239 (93.75% from 255) = 59.9%

R = 29.32%
G = 10.78%
B = 59.9%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#752BEF (or 0x752BEF) is known color: Blue Violet. HEX triplet: 75, 2B and EF. RGB value is (117,43,239). Sum of RGB (Red+Green+Blue) = 117+43+239=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #752BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752BEF is #8AD410. Grayscale: #565656. Windows color (decimal): -9098257 or 15674229. OLE color: 15674229.

HSL color Cylindrical-coordinate representation of color #752BEF: hue angle of 262.65º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752BEF is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 43 239 -
CMYK 0.51 0.82 0 0.06
HSL 262.65º 0.86% 0.55% -
HSV(B) 262.65º 0.82% 0.94% -
XYZ 23.78 11.74 82.67 -
YUV 87.47 213.52 149.06 -
System Red Green Blue C M Y K H S L
Decimal 117 43 239 0.51 0.82 0 0.06 262.65 0.86 0.55
Hex 75 2B EF 33 52 0 6 107 56 37
Octal 165 53 357 63 122 0 6 407 126 67
Binary 1110101 101011 11101111 110011 1010010 0 110 100000111 1010110 110111

Color Harmonies of #752BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BEF

Black with #752BEF

Text Example


Text Example

White with #752BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,239); }

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

background-color css

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

 a { background-color: rgb(117,43,239); }

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

border-color css

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

 span { border-color: rgb(117,43,239); }

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