Html Css Color HEX #752EFB Blue Violet

📋 copy color: '#752EFB'

red 117 ◦ green 46 ◦ blue 251

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

Shades of Blue Violet #752EFB

Tints of Blue Violet #752EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.63%

R = 28.26%
G = 11.11%
B = 60.63%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#752EFB (or 0x752EFB) is known color: Blue Violet. HEX triplet: 75, 2E and FB. RGB value is (117,46,251). Sum of RGB (Red+Green+Blue) = 117+46+251=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #752EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752EFB is #8AD104. Grayscale: #595959. Windows color (decimal): -9097477 or 16461429. OLE color: 16461429.

HSL color Cylindrical-coordinate representation of color #752EFB: hue angle of 260.78º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752EFB is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 46 251 -
CMYK 0.53 0.82 0 0.02
HSL 260.78º 0.96% 0.58% -
HSV(B) 260.78º 0.82% 0.98% -
XYZ 25.73 12.7 92.36 -
YUV 90.6 218.52 146.83 -
System Red Green Blue C M Y K H S L
Decimal 117 46 251 0.53 0.82 0 0.02 260.78 0.96 0.58
Hex 75 2E FB 35 52 0 2 105 60 3A
Octal 165 56 373 65 122 0 2 405 140 72
Binary 1110101 101110 11111011 110101 1010010 0 10 100000101 1100000 111010

Color Harmonies of #752EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EFB

Black with #752EFB

Text Example


Text Example

White with #752EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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