Html Css Color HEX #750B6A Purple

📋 copy color: '#750B6A'

red 117 ◦ green 11 ◦ blue 106

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

Shades of Purple #750B6A

Tints of Purple #750B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.3%

R = 50%
G = 4.7%
B = 45.3%

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

#750B6A (or 0x750B6A) is known color: Purple. HEX triplet: 75, 0B and 6A. RGB value is (117,11,106). Sum of RGB (Red+Green+Blue) = 117+11+106=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #750B6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B6A is #8AF495. Grayscale: #353535. Windows color (decimal): -9106582 or 6949749. OLE color: 6949749.

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

Color convert

RGB 117 11 106 -
CMYK 0 0.91 0.09 0.54
HSL 306.23º 0.83% 0.25% -
HSV(B) 306.23º 0.91% 0.46% -
XYZ 10.06 5.06 14.08 -
YUV 53.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 117 11 106 0 0.91 0.09 0.54 306.23 0.83 0.25
Hex 75 B 6A 0 5B 9 36 132 53 19
Octal 165 13 152 0 133 11 66 462 123 31
Binary 1110101 1011 1101010 0 1011011 1001 110110 100110010 1010011 11001

Color Harmonies of #750B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750B6A

Black with #750B6A

Text Example


Text Example

White with #750B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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