Html Css Color HEX #752DDF Blue Violet

📋 copy color: '#752DDF'

red 117 ◦ green 45 ◦ blue 223

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

Shades of Blue Violet #752DDF

Tints of Blue Violet #752DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.92%

R = 30.39%
G = 11.69%
B = 57.92%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#752DDF (or 0x752DDF) is known color: Blue Violet. HEX triplet: 75, 2D and DF. RGB value is (117,45,223). Sum of RGB (Red+Green+Blue) = 117+45+223=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #752DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DDF is #8AD220. Grayscale: #565656. Windows color (decimal): -9097761 or 14626165. OLE color: 14626165.

HSL color Cylindrical-coordinate representation of color #752DDF: hue angle of 264.27º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752DDF is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 45 223 -
CMYK 0.48 0.80 0 0.13
HSL 264.27º 0.74% 0.53% -
HSV(B) 264.27º 0.8% 0.87% -
XYZ 21.59 10.99 70.79 -
YUV 86.82 204.85 149.53 -
System Red Green Blue C M Y K H S L
Decimal 117 45 223 0.48 0.80 0 0.13 264.27 0.74 0.53
Hex 75 2D DF 30 50 0 D 108 4A 35
Octal 165 55 337 60 120 0 15 410 112 65
Binary 1110101 101101 11011111 110000 1010000 0 1101 100001000 1001010 110101

Color Harmonies of #752DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DDF

Black with #752DDF

Text Example


Text Example

White with #752DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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