Html Css Color HEX #752FDE Blue Violet

📋 copy color: '#752FDE'

red 117 ◦ green 47 ◦ blue 222

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

Shades of Blue Violet #752FDE

Tints of Blue Violet #752FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.18%

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

R = 30.31%
G = 12.18%
B = 57.51%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#752FDE (or 0x752FDE) is known color: Blue Violet. HEX triplet: 75, 2F and DE. RGB value is (117,47,222). Sum of RGB (Red+Green+Blue) = 117+47+222=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #752FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FDE is #8AD021. Grayscale: #575757. Windows color (decimal): -9097250 or 14561141. OLE color: 14561141.

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

Color convert

RGB 117 47 222 -
CMYK 0.47 0.79 0 0.13
HSL 264º 0.73% 0.53% -
HSV(B) 264º 0.79% 0.87% -
XYZ 21.54 11.09 70.11 -
YUV 87.88 203.69 148.77 -
System Red Green Blue C M Y K H S L
Decimal 117 47 222 0.47 0.79 0 0.13 264 0.73 0.53
Hex 75 2F DE 2F 4F 0 D 108 49 35
Octal 165 57 336 57 117 0 15 410 111 65
Binary 1110101 101111 11011110 101111 1001111 0 1101 100001000 1001001 110101

Color Harmonies of #752FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FDE

Black with #752FDE

Text Example


Text Example

White with #752FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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