Html Css Color HEX #752DF4 Blue Violet

📋 copy color: '#752DF4'

red 117 ◦ green 45 ◦ blue 244

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

Shades of Blue Violet #752DF4

Tints of Blue Violet #752DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 60.1%

R = 28.82%
G = 11.08%
B = 60.1%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#752DF4 (or 0x752DF4) is known color: Blue Violet. HEX triplet: 75, 2D and F4. RGB value is (117,45,244). Sum of RGB (Red+Green+Blue) = 117+45+244=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 244 (95.70% from 255 or 60.10% from 406); Max value from RGB is 244 - color contains mainly: blue. Hex color #752DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752DF4 is #8AD20B. Grayscale: #585858. Windows color (decimal): -9097740 or 16002421. OLE color: 16002421.

HSL color Cylindrical-coordinate representation of color #752DF4: hue angle of 261.71º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752DF4 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 45 244 -
CMYK 0.52 0.82 0 0.04
HSL 261.71º 0.9% 0.57% -
HSV(B) 261.71º 0.82% 0.96% -
XYZ 24.6 12.19 86.64 -
YUV 89.21 215.35 147.82 -
System Red Green Blue C M Y K H S L
Decimal 117 45 244 0.52 0.82 0 0.04 261.71 0.9 0.57
Hex 75 2D F4 34 52 0 4 106 5A 39
Octal 165 55 364 64 122 0 4 406 132 71
Binary 1110101 101101 11110100 110100 1010010 0 100 100000110 1011010 111001

Color Harmonies of #752DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DF4

Black with #752DF4

Text Example


Text Example

White with #752DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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