Html Css Color HEX #750ED8 Blue Violet

📋 copy color: '#750ED8'

red 117 ◦ green 14 ◦ blue 216

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

Shades of Blue Violet #750ED8

Tints of Blue Violet #750ED8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.03%

 BLUE value IS 216 (84.77% from 255) = 62.25%

R = 33.72%
G = 4.03%
B = 62.25%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#750ED8 (or 0x750ED8) is known color: Blue Violet. HEX triplet: 75, 0E and D8. RGB value is (117,14,216). Sum of RGB (Red+Green+Blue) = 117+14+216=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 216 (84.77% from 255 or 62.25% from 347); Max value from RGB is 216 - color contains mainly: blue. Hex color #750ED8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ED8 is #8AF127. Grayscale: #434343. Windows color (decimal): -9105704 or 14159477. OLE color: 14159477.

HSL color Cylindrical-coordinate representation of color #750ED8: hue angle of 270.59º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750ED8 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 14 216 -
CMYK 0.46 0.94 0 0.15
HSL 270.59º 0.88% 0.45% -
HSV(B) 270.59º 0.94% 0.85% -
XYZ 19.89 9.05 65.67 -
YUV 67.83 211.62 163.07 -
System Red Green Blue C M Y K H S L
Decimal 117 14 216 0.46 0.94 0 0.15 270.59 0.88 0.45
Hex 75 E D8 2E 5E 0 F 10F 58 2D
Octal 165 16 330 56 136 0 17 417 130 55
Binary 1110101 1110 11011000 101110 1011110 0 1111 100001111 1011000 101101

Color Harmonies of #750ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750ED8

Black with #750ED8

Text Example


Text Example

White with #750ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750ED8; }

 p { color: rgb(117,14,216); }

 H1.HeaderClassName
 {
   color: #750ED8;
 }
 .AnyTagClassName
 {
   color: #750ED8;
 }
</style>

background-color css

<style>
 a { background-color: #750ED8; }

 a { background-color: rgb(117,14,216); }

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

border-color css

<style>
 span { border-color: #750ED8; }

 span { border-color: rgb(117,14,216); }

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