Html Css Color HEX #750ABC Dark Violet

📋 copy color: '#750ABC'

red 117 ◦ green 10 ◦ blue 188

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

Shades of Dark Violet #750ABC

Tints of Dark Violet #750ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 37.14%
G = 3.17%
B = 59.68%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#750ABC (or 0x750ABC) is known color: Dark Violet. HEX triplet: 75, 0A and BC. RGB value is (117,10,188). Sum of RGB (Red+Green+Blue) = 117+10+188=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #750ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ABC is #8AF543. Grayscale: #3D3D3D. Windows color (decimal): -9106756 or 12323445. OLE color: 12323445.

HSL color Cylindrical-coordinate representation of color #750ABC: hue angle of 276.07º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750ABC is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 10 188 -
CMYK 0.38 0.95 0 0.26
HSL 276.07º 0.9% 0.39% -
HSV(B) 276.07º 0.95% 0.74% -
XYZ 16.52 7.63 48.18 -
YUV 62.29 198.95 167.03 -
System Red Green Blue C M Y K H S L
Decimal 117 10 188 0.38 0.95 0 0.26 276.07 0.9 0.39
Hex 75 A BC 26 5F 0 1A 114 5A 27
Octal 165 12 274 46 137 0 32 424 132 47
Binary 1110101 1010 10111100 100110 1011111 0 11010 100010100 1011010 100111

Color Harmonies of #750ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750ABC

Black with #750ABC

Text Example


Text Example

White with #750ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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