Html Css Color HEX #750B6C Purple

📋 copy color: '#750B6C'

red 117 ◦ green 11 ◦ blue 108

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

Shades of Purple #750B6C

Tints of Purple #750B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.76%

R = 49.58%
G = 4.66%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#750B6C (or 0x750B6C) is known color: Purple. HEX triplet: 75, 0B and 6C. RGB value is (117,11,108). Sum of RGB (Red+Green+Blue) = 117+11+108=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #750B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B6C is #8AF493. Grayscale: #353535. Windows color (decimal): -9106580 or 7080821. OLE color: 7080821.

HSL color Cylindrical-coordinate representation of color #750B6C: hue angle of 305.09º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750B6C is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 11 108 -
CMYK 0 0.91 0.08 0.54
HSL 305.09º 0.83% 0.25% -
HSV(B) 305.09º 0.91% 0.46% -
XYZ 10.16 5.1 14.64 -
YUV 53.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 117 11 108 0 0.91 0.08 0.54 305.09 0.83 0.25
Hex 75 B 6C 0 5B 8 36 131 53 19
Octal 165 13 154 0 133 10 66 461 123 31
Binary 1110101 1011 1101100 0 1011011 1000 110110 100110001 1010011 11001

Color Harmonies of #750B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750B6C

Black with #750B6C

Text Example


Text Example

White with #750B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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