Html Css Color HEX #750CCD Dark Violet

📋 copy color: '#750CCD'

red 117 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #750CCD

Tints of Dark Violet #750CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.59%

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

R = 35.03%
G = 3.59%
B = 61.38%

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

#750CCD (or 0x750CCD) is known color: Dark Violet. HEX triplet: 75, 0C and CD. RGB value is (117,12,205). Sum of RGB (Red+Green+Blue) = 117+12+205=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #750CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CCD is #8AF332. Grayscale: #404040. Windows color (decimal): -9106227 or 13438069. OLE color: 13438069.

HSL color Cylindrical-coordinate representation of color #750CCD: hue angle of 272.64º degrees, saturation: 0.89, 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 #750CCD is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 12 205 -
CMYK 0.43 0.94 0 0.20
HSL 272.64º 0.89% 0.43% -
HSV(B) 272.64º 0.94% 0.8% -
XYZ 18.49 8.45 58.41 -
YUV 65.4 206.79 164.81 -
System Red Green Blue C M Y K H S L
Decimal 117 12 205 0.43 0.94 0 0.20 272.64 0.89 0.43
Hex 75 C CD 2B 5E 0 14 111 59 2B
Octal 165 14 315 53 136 0 24 421 131 53
Binary 1110101 1100 11001101 101011 1011110 0 10100 100010001 1011001 101011

Color Harmonies of #750CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CCD

Black with #750CCD

Text Example


Text Example

White with #750CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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