Html Css Color HEX #750FDC Blue Violet

📋 copy color: '#750FDC'

red 117 ◦ green 15 ◦ blue 220

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

Shades of Blue Violet #750FDC

Tints of Blue Violet #750FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.26%

 BLUE value IS 220 (86.33% from 255) = 62.5%

R = 33.24%
G = 4.26%
B = 62.5%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#750FDC (or 0x750FDC) is known color: Blue Violet. HEX triplet: 75, 0F and DC. RGB value is (117,15,220). Sum of RGB (Red+Green+Blue) = 117+15+220=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #750FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FDC is #8AF023. Grayscale: #444444. Windows color (decimal): -9105444 or 14421877. OLE color: 14421877.

HSL color Cylindrical-coordinate representation of color #750FDC: hue angle of 269.85º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750FDC is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 15 220 -
CMYK 0.47 0.93 0 0.14
HSL 269.85º 0.87% 0.46% -
HSV(B) 269.85º 0.93% 0.86% -
XYZ 20.43 9.29 68.43 -
YUV 68.87 213.29 162.33 -
System Red Green Blue C M Y K H S L
Decimal 117 15 220 0.47 0.93 0 0.14 269.85 0.87 0.46
Hex 75 F DC 2F 5D 0 E 10E 57 2E
Octal 165 17 334 57 135 0 16 416 127 56
Binary 1110101 1111 11011100 101111 1011101 0 1110 100001110 1010111 101110

Color Harmonies of #750FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FDC

Black with #750FDC

Text Example


Text Example

White with #750FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,15,220); }

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

background-color css

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

 a { background-color: rgb(117,15,220); }

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

border-color css

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

 span { border-color: rgb(117,15,220); }

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