Html Css Color HEX #752CFD Blue Violet

📋 copy color: '#752CFD'

red 117 ◦ green 44 ◦ blue 253

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

Shades of Blue Violet #752CFD

Tints of Blue Violet #752CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 28.26%
G = 10.63%
B = 61.11%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#752CFD (or 0x752CFD) is known color: Blue Violet. HEX triplet: 75, 2C and FD. RGB value is (117,44,253). Sum of RGB (Red+Green+Blue) = 117+44+253=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #752CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752CFD is #8AD302. Grayscale: #585858. Windows color (decimal): -9097987 or 16591989. OLE color: 16591989.

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

Color convert

RGB 117 44 253 -
CMYK 0.54 0.83 0 0.01
HSL 260.96º 0.98% 0.58% -
HSV(B) 260.96º 0.83% 0.99% -
XYZ 25.97 12.68 94.01 -
YUV 89.65 220.18 147.51 -
System Red Green Blue C M Y K H S L
Decimal 117 44 253 0.54 0.83 0 0.01 260.96 0.98 0.58
Hex 75 2C FD 36 53 0 1 105 62 3A
Octal 165 54 375 66 123 0 1 405 142 72
Binary 1110101 101100 11111101 110110 1010011 0 1 100000101 1100010 111010

Color Harmonies of #752CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CFD

Black with #752CFD

Text Example


Text Example

White with #752CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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