Html Css Color HEX #752DDE Blue Violet

📋 copy color: '#752DDE'

red 117 ◦ green 45 ◦ blue 222

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

Shades of Blue Violet #752DDE

Tints of Blue Violet #752DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.81%

R = 30.47%
G = 11.72%
B = 57.81%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#752DDE (or 0x752DDE) is known color: Blue Violet. HEX triplet: 75, 2D and DE. RGB value is (117,45,222). Sum of RGB (Red+Green+Blue) = 117+45+222=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #752DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DDE is #8AD221. Grayscale: #565656. Windows color (decimal): -9097762 or 14560629. OLE color: 14560629.

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

Color convert

RGB 117 45 222 -
CMYK 0.47 0.80 0 0.13
HSL 264.41º 0.73% 0.52% -
HSV(B) 264.41º 0.8% 0.87% -
XYZ 21.46 10.93 70.09 -
YUV 86.71 204.35 149.61 -
System Red Green Blue C M Y K H S L
Decimal 117 45 222 0.47 0.80 0 0.13 264.41 0.73 0.52
Hex 75 2D DE 2F 50 0 D 108 49 34
Octal 165 55 336 57 120 0 15 410 111 64
Binary 1110101 101101 11011110 101111 1010000 0 1101 100001000 1001001 110100

Color Harmonies of #752DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DDE

Black with #752DDE

Text Example


Text Example

White with #752DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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