Html Css Color HEX #752DFC Blue Violet

📋 copy color: '#752DFC'

red 117 ◦ green 45 ◦ blue 252

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

Shades of Blue Violet #752DFC

Tints of Blue Violet #752DFC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.87%

 BLUE value IS 252 (98.83% from 255) = 60.87%

R = 28.26%
G = 10.87%
B = 60.87%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#752DFC (or 0x752DFC) is known color: Blue Violet. HEX triplet: 75, 2D and FC. RGB value is (117,45,252). Sum of RGB (Red+Green+Blue) = 117+45+252=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #752DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752DFC is #8AD203. Grayscale: #595959. Windows color (decimal): -9097732 or 16526709. OLE color: 16526709.

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

Color convert

RGB 117 45 252 -
CMYK 0.54 0.82 0 0.01
HSL 260.87º 0.97% 0.58% -
HSV(B) 260.87º 0.82% 0.99% -
XYZ 25.85 12.69 93.18 -
YUV 90.13 219.35 147.17 -
System Red Green Blue C M Y K H S L
Decimal 117 45 252 0.54 0.82 0 0.01 260.87 0.97 0.58
Hex 75 2D FC 36 52 0 1 105 61 3A
Octal 165 55 374 66 122 0 1 405 141 72
Binary 1110101 101101 11111100 110110 1010010 0 1 100000101 1100001 111010

Color Harmonies of #752DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DFC

Black with #752DFC

Text Example


Text Example

White with #752DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,45,252); }

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

background-color css

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

 a { background-color: rgb(117,45,252); }

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

border-color css

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

 span { border-color: rgb(117,45,252); }

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