Html Css Color HEX #750FCF Dark Violet

📋 copy color: '#750FCF'

red 117 ◦ green 15 ◦ blue 207

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

Shades of Dark Violet #750FCF

Tints of Dark Violet #750FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.06%

R = 34.51%
G = 4.42%
B = 61.06%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#750FCF (or 0x750FCF) is known color: Dark Violet. HEX triplet: 75, 0F and CF. RGB value is (117,15,207). Sum of RGB (Red+Green+Blue) = 117+15+207=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #750FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FCF is #8AF030. Grayscale: #424242. Windows color (decimal): -9105457 or 13569909. OLE color: 13569909.

HSL color Cylindrical-coordinate representation of color #750FCF: hue angle of 271.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750FCF is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 15 207 -
CMYK 0.43 0.93 0 0.19
HSL 271.88º 0.86% 0.44% -
HSV(B) 271.88º 0.93% 0.81% -
XYZ 18.77 8.63 59.71 -
YUV 67.39 206.79 163.39 -
System Red Green Blue C M Y K H S L
Decimal 117 15 207 0.43 0.93 0 0.19 271.88 0.86 0.44
Hex 75 F CF 2B 5D 0 13 110 56 2C
Octal 165 17 317 53 135 0 23 420 126 54
Binary 1110101 1111 11001111 101011 1011101 0 10011 100010000 1010110 101100

Color Harmonies of #750FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FCF

Black with #750FCF

Text Example


Text Example

White with #750FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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