Html Css Color HEX #750ACC Dark Violet

📋 copy color: '#750ACC'

red 117 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #750ACC

Tints of Dark Violet #750ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.02%

 BLUE value IS 204 (80.08% from 255) = 61.63%

R = 35.35%
G = 3.02%
B = 61.63%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#750ACC (or 0x750ACC) is known color: Dark Violet. HEX triplet: 75, 0A and CC. RGB value is (117,10,204). Sum of RGB (Red+Green+Blue) = 117+10+204=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #750ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ACC is #8AF533. Grayscale: #3F3F3F. Windows color (decimal): -9106740 or 13372021. OLE color: 13372021.

HSL color Cylindrical-coordinate representation of color #750ACC: hue angle of 273.09º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750ACC is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 10 204 -
CMYK 0.43 0.95 0 0.2
HSL 273.09º 0.91% 0.42% -
HSV(B) 273.09º 0.95% 0.8% -
XYZ 18.34 8.36 57.77 -
YUV 64.11 206.95 165.73 -
System Red Green Blue C M Y K H S L
Decimal 117 10 204 0.43 0.95 0 0.2 273.09 0.91 0.42
Hex 75 A CC 2B 5F 0 14 111 5B 2A
Octal 165 12 314 53 137 0 24 421 133 52
Binary 1110101 1010 11001100 101011 1011111 0 10100 100010001 1011011 101010

Color Harmonies of #750ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750ACC

Black with #750ACC

Text Example


Text Example

White with #750ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,10,204); }

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

background-color css

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

 a { background-color: rgb(117,10,204); }

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

border-color css

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

 span { border-color: rgb(117,10,204); }

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