Html Css Color HEX #750EDA Blue Violet

📋 copy color: '#750EDA'

red 117 ◦ green 14 ◦ blue 218

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

Shades of Blue Violet #750EDA

Tints of Blue Violet #750EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.46%

R = 33.52%
G = 4.01%
B = 62.46%

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

#750EDA (or 0x750EDA) is known color: Blue Violet. HEX triplet: 75, 0E and DA. RGB value is (117,14,218). Sum of RGB (Red+Green+Blue) = 117+14+218=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #750EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750EDA is #8AF125. Grayscale: #434343. Windows color (decimal): -9105702 or 14290549. OLE color: 14290549.

HSL color Cylindrical-coordinate representation of color #750EDA: hue angle of 270.29º 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 #750EDA is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 14 218 -
CMYK 0.46 0.94 0 0.15
HSL 270.29º 0.88% 0.45% -
HSV(B) 270.29º 0.94% 0.85% -
XYZ 20.15 9.16 67.04 -
YUV 68.05 212.62 162.91 -
System Red Green Blue C M Y K H S L
Decimal 117 14 218 0.46 0.94 0 0.15 270.29 0.88 0.45
Hex 75 E DA 2E 5E 0 F 10E 58 2D
Octal 165 16 332 56 136 0 17 416 130 55
Binary 1110101 1110 11011010 101110 1011110 0 1111 100001110 1011000 101101

Color Harmonies of #750EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750EDA

Black with #750EDA

Text Example


Text Example

White with #750EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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