Html Css Color HEX #750B6B Purple

📋 copy color: '#750B6B'

red 117 ◦ green 11 ◦ blue 107

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

Shades of Purple #750B6B

Tints of Purple #750B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.53%

R = 49.79%
G = 4.68%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#750B6B (or 0x750B6B) is known color: Purple. HEX triplet: 75, 0B and 6B. RGB value is (117,11,107). Sum of RGB (Red+Green+Blue) = 117+11+107=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #750B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B6B is #8AF494. Grayscale: #353535. Windows color (decimal): -9106581 or 7015285. OLE color: 7015285.

HSL color Cylindrical-coordinate representation of color #750B6B: hue angle of 305.66º 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 #750B6B is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 11 107 -
CMYK 0 0.91 0.09 0.54
HSL 305.66º 0.83% 0.25% -
HSV(B) 305.66º 0.91% 0.46% -
XYZ 10.11 5.08 14.36 -
YUV 53.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 117 11 107 0 0.91 0.09 0.54 305.66 0.83 0.25
Hex 75 B 6B 0 5B 9 36 132 53 19
Octal 165 13 153 0 133 11 66 462 123 31
Binary 1110101 1011 1101011 0 1011011 1001 110110 100110010 1010011 11001

Color Harmonies of #750B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750B6B

Black with #750B6B

Text Example


Text Example

White with #750B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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