Html Css Color HEX #752BFE Blue Violet

📋 copy color: '#752BFE'

red 117 ◦ green 43 ◦ blue 254

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

Shades of Blue Violet #752BFE

Tints of Blue Violet #752BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.35%

R = 28.26%
G = 10.39%
B = 61.35%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#752BFE (or 0x752BFE) is known color: Blue Violet. HEX triplet: 75, 2B and FE. RGB value is (117,43,254). Sum of RGB (Red+Green+Blue) = 117+43+254=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #752BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752BFE is #8AD401. Grayscale: #585858. Windows color (decimal): -9098242 or 16657269. OLE color: 16657269.

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

Color convert

RGB 117 43 254 -
CMYK 0.54 0.83 0 0.00
HSL 261.04º 0.99% 0.58% -
HSV(B) 261.04º 0.83% 1% -
XYZ 26.09 12.67 94.84 -
YUV 89.18 221.02 147.84 -
System Red Green Blue C M Y K H S L
Decimal 117 43 254 0.54 0.83 0 0.00 261.04 0.99 0.58
Hex 75 2B FE 36 53 0 0 105 63 3A
Octal 165 53 376 66 123 0 0 405 143 72
Binary 1110101 101011 11111110 110110 1010011 0 0 100000101 1100011 111010

Color Harmonies of #752BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BFE

Black with #752BFE

Text Example


Text Example

White with #752BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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