Html Css Color HEX #752CFB Blue Violet

📋 copy color: '#752CFB'

red 117 ◦ green 44 ◦ blue 251

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

Shades of Blue Violet #752CFB

Tints of Blue Violet #752CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

 BLUE value IS 251 (98.44% from 255) = 60.92%

R = 28.4%
G = 10.68%
B = 60.92%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#752CFB (or 0x752CFB) is known color: Blue Violet. HEX triplet: 75, 2C and FB. RGB value is (117,44,251). Sum of RGB (Red+Green+Blue) = 117+44+251=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #752CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752CFB is #8AD304. Grayscale: #585858. Windows color (decimal): -9097989 or 16460917. OLE color: 16460917.

HSL color Cylindrical-coordinate representation of color #752CFB: hue angle of 261.16º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752CFB is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 44 251 -
CMYK 0.53 0.82 0 0.02
HSL 261.16º 0.96% 0.58% -
HSV(B) 261.16º 0.82% 0.98% -
XYZ 25.65 12.55 92.34 -
YUV 89.43 219.18 147.67 -
System Red Green Blue C M Y K H S L
Decimal 117 44 251 0.53 0.82 0 0.02 261.16 0.96 0.58
Hex 75 2C FB 35 52 0 2 105 60 3A
Octal 165 54 373 65 122 0 2 405 140 72
Binary 1110101 101100 11111011 110101 1010010 0 10 100000101 1100000 111010

Color Harmonies of #752CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CFB

Black with #752CFB

Text Example


Text Example

White with #752CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,44,251); }

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

background-color css

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

 a { background-color: rgb(117,44,251); }

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

border-color css

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

 span { border-color: rgb(117,44,251); }

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