Html Css Color HEX #750DCD Dark Violet

📋 copy color: '#750DCD'

red 117 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #750DCD

Tints of Dark Violet #750DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 34.93%
G = 3.88%
B = 61.19%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#750DCD (or 0x750DCD) is known color: Dark Violet. HEX triplet: 75, 0D and CD. RGB value is (117,13,205). Sum of RGB (Red+Green+Blue) = 117+13+205=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #750DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DCD is #8AF232. Grayscale: #414141. Windows color (decimal): -9105971 or 13438325. OLE color: 13438325.

HSL color Cylindrical-coordinate representation of color #750DCD: hue angle of 272.5º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750DCD is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 13 205 -
CMYK 0.43 0.94 0 0.20
HSL 272.5º 0.88% 0.43% -
HSV(B) 272.5º 0.94% 0.8% -
XYZ 18.5 8.48 58.42 -
YUV 65.98 206.46 164.39 -
System Red Green Blue C M Y K H S L
Decimal 117 13 205 0.43 0.94 0 0.20 272.5 0.88 0.43
Hex 75 D CD 2B 5E 0 14 110 58 2B
Octal 165 15 315 53 136 0 24 420 130 53
Binary 1110101 1101 11001101 101011 1011110 0 10100 100010000 1011000 101011

Color Harmonies of #750DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DCD

Black with #750DCD

Text Example


Text Example

White with #750DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,13,205); }

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

background-color css

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

 a { background-color: rgb(117,13,205); }

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

border-color css

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

 span { border-color: rgb(117,13,205); }

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