Html Css Color HEX #752DE0 Blue Violet

📋 copy color: '#752DE0'

red 117 ◦ green 45 ◦ blue 224

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

Shades of Blue Violet #752DE0

Tints of Blue Violet #752DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.03%

R = 30.31%
G = 11.66%
B = 58.03%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#752DE0 (or 0x752DE0) is known color: Blue Violet. HEX triplet: 75, 2D and E0. RGB value is (117,45,224). Sum of RGB (Red+Green+Blue) = 117+45+224=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #752DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DE0 is #8AD21F. Grayscale: #565656. Windows color (decimal): -9097760 or 14691701. OLE color: 14691701.

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

Color convert

RGB 117 45 224 -
CMYK 0.48 0.80 0 0.12
HSL 264.13º 0.74% 0.53% -
HSV(B) 264.13º 0.8% 0.88% -
XYZ 21.73 11.04 71.51 -
YUV 86.93 205.35 149.45 -
System Red Green Blue C M Y K H S L
Decimal 117 45 224 0.48 0.80 0 0.12 264.13 0.74 0.53
Hex 75 2D E0 30 50 0 C 108 4A 35
Octal 165 55 340 60 120 0 14 410 112 65
Binary 1110101 101101 11100000 110000 1010000 0 1100 100001000 1001010 110101

Color Harmonies of #752DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DE0

Black with #752DE0

Text Example


Text Example

White with #752DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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