Html Css Color HEX #750BCC Dark Violet

📋 copy color: '#750BCC'

red 117 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #750BCC

Tints of Dark Violet #750BCC

RGB

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

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

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

R = 35.24%
G = 3.31%
B = 61.45%

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

#750BCC (or 0x750BCC) is known color: Dark Violet. HEX triplet: 75, 0B and CC. RGB value is (117,11,204). Sum of RGB (Red+Green+Blue) = 117+11+204=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #750BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BCC is #8AF433. Grayscale: #404040. Windows color (decimal): -9106484 or 13372277. OLE color: 13372277.

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

Color convert

RGB 117 11 204 -
CMYK 0.43 0.95 0 0.2
HSL 272.95º 0.9% 0.42% -
HSV(B) 272.95º 0.95% 0.8% -
XYZ 18.35 8.38 57.78 -
YUV 64.7 206.62 165.31 -
System Red Green Blue C M Y K H S L
Decimal 117 11 204 0.43 0.95 0 0.2 272.95 0.9 0.42
Hex 75 B CC 2B 5F 0 14 111 5A 2A
Octal 165 13 314 53 137 0 24 421 132 52
Binary 1110101 1011 11001100 101011 1011111 0 10100 100010001 1011010 101010

Color Harmonies of #750BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BCC

Black with #750BCC

Text Example


Text Example

White with #750BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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