Html Css Color HEX #750BCD Dark Violet

📋 copy color: '#750BCD'

red 117 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #750BCD

Tints of Dark Violet #750BCD

RGB

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

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

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

R = 35.14%
G = 3.3%
B = 61.56%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#750BCD (or 0x750BCD) is known color: Dark Violet. HEX triplet: 75, 0B and CD. RGB value is (117,11,205). Sum of RGB (Red+Green+Blue) = 117+11+205=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #750BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BCD is #8AF432. Grayscale: #404040. Windows color (decimal): -9106483 or 13437813. OLE color: 13437813.

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

Color convert

RGB 117 11 205 -
CMYK 0.43 0.95 0 0.20
HSL 272.78º 0.9% 0.42% -
HSV(B) 272.78º 0.95% 0.8% -
XYZ 18.48 8.43 58.41 -
YUV 64.81 207.12 165.23 -
System Red Green Blue C M Y K H S L
Decimal 117 11 205 0.43 0.95 0 0.20 272.78 0.9 0.42
Hex 75 B CD 2B 5F 0 14 111 5A 2A
Octal 165 13 315 53 137 0 24 421 132 52
Binary 1110101 1011 11001101 101011 1011111 0 10100 100010001 1011010 101010

Color Harmonies of #750BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BCD

Black with #750BCD

Text Example


Text Example

White with #750BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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