Html Css Color HEX #750BC4 Dark Violet

📋 copy color: '#750BC4'

red 117 ◦ green 11 ◦ blue 196

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

Shades of Dark Violet #750BC4

Tints of Dark Violet #750BC4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.4%

 BLUE value IS 196 (76.95% from 255) = 60.49%

R = 36.11%
G = 3.4%
B = 60.49%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#750BC4 (or 0x750BC4) is known color: Dark Violet. HEX triplet: 75, 0B and C4. RGB value is (117,11,196). Sum of RGB (Red+Green+Blue) = 117+11+196=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 196 (76.95% from 255 or 60.49% from 324); Max value from RGB is 196 - color contains mainly: blue. Hex color #750BC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BC4 is #8AF43B. Grayscale: #3F3F3F. Windows color (decimal): -9106492 or 12847989. OLE color: 12847989.

HSL color Cylindrical-coordinate representation of color #750BC4: hue angle of 274.38º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750BC4 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 11 196 -
CMYK 0.40 0.94 0 0.23
HSL 274.38º 0.89% 0.41% -
HSV(B) 274.38º 0.94% 0.77% -
XYZ 17.42 8.01 52.85 -
YUV 63.78 202.62 165.96 -
System Red Green Blue C M Y K H S L
Decimal 117 11 196 0.40 0.94 0 0.23 274.38 0.89 0.41
Hex 75 B C4 28 5E 0 17 112 59 29
Octal 165 13 304 50 136 0 27 422 131 51
Binary 1110101 1011 11000100 101000 1011110 0 10111 100010010 1011001 101001

Color Harmonies of #750BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BC4

Black with #750BC4

Text Example


Text Example

White with #750BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,11,196); }

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

background-color css

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

 a { background-color: rgb(117,11,196); }

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

border-color css

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

 span { border-color: rgb(117,11,196); }

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