Html Css Color HEX #752EFF Blue Violet

📋 copy color: '#752EFF'

red 117 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #752EFF

Tints of Blue Violet #752EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61%

R = 27.99%
G = 11%
B = 61%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#752EFF (or 0x752EFF) is known color: Blue Violet. HEX triplet: 75, 2E and FF. RGB value is (117,46,255). Sum of RGB (Red+Green+Blue) = 117+46+255=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #752EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752EFF is #8AD100. Grayscale: #5A5A5A. Windows color (decimal): -9097473 or 16723573. OLE color: 16723573.

HSL color Cylindrical-coordinate representation of color #752EFF: hue angle of 260.38º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752EFF is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 46 255 -
CMYK 0.54 0.82 0 0
HSL 260.38º 1% 0.59% -
HSV(B) 260.38º 0.82% 1% -
XYZ 26.36 12.96 95.72 -
YUV 91.06 220.52 146.51 -
System Red Green Blue C M Y K H S L
Decimal 117 46 255 0.54 0.82 0 0 260.38 1 0.59
Hex 75 2E FF 36 52 0 0 104 64 3B
Octal 165 56 377 66 122 0 0 404 144 73
Binary 1110101 101110 11111111 110110 1010010 0 0 100000100 1100100 111011

Color Harmonies of #752EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EFF

Black with #752EFF

Text Example


Text Example

White with #752EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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