Html Css Color HEX #752FFE Blue Violet

📋 copy color: '#752FFE'

red 117 ◦ green 47 ◦ blue 254

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

Shades of Blue Violet #752FFE

Tints of Blue Violet #752FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.24%

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

R = 27.99%
G = 11.24%
B = 60.77%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#752FFE (or 0x752FFE) is known color: Blue Violet. HEX triplet: 75, 2F and FE. RGB value is (117,47,254). Sum of RGB (Red+Green+Blue) = 117+47+254=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #752FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752FFE is #8AD001. Grayscale: #5A5A5A. Windows color (decimal): -9097218 or 16658293. OLE color: 16658293.

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

Color convert

RGB 117 47 254 -
CMYK 0.54 0.81 0 0.00
HSL 260.29º 0.99% 0.59% -
HSV(B) 260.29º 0.81% 1% -
XYZ 26.24 12.97 94.89 -
YUV 91.53 219.69 146.17 -
System Red Green Blue C M Y K H S L
Decimal 117 47 254 0.54 0.81 0 0.00 260.29 0.99 0.59
Hex 75 2F FE 36 51 0 0 104 63 3B
Octal 165 57 376 66 121 0 0 404 143 73
Binary 1110101 101111 11111110 110110 1010001 0 0 100000100 1100011 111011

Color Harmonies of #752FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FFE

Black with #752FFE

Text Example


Text Example

White with #752FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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