Html Css Color HEX #750C8B Purple

📋 copy color: '#750C8B'

red 117 ◦ green 12 ◦ blue 139

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

Shades of Purple #750C8B

Tints of Purple #750C8B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.48%

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 43.66%
G = 4.48%
B = 51.87%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#750C8B (or 0x750C8B) is known color: Purple. HEX triplet: 75, 0C and 8B. RGB value is (117,12,139). Sum of RGB (Red+Green+Blue) = 117+12+139=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #750C8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750C8B is #8AF374. Grayscale: #393939. Windows color (decimal): -9106293 or 9112693. OLE color: 9112693.

HSL color Cylindrical-coordinate representation of color #750C8B: hue angle of 289.61º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750C8B is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 12 139 -
CMYK 0.16 0.91 0 0.45
HSL 289.61º 0.84% 0.3% -
HSV(B) 289.61º 0.91% 0.55% -
XYZ 12.13 5.91 24.93 -
YUV 57.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 117 12 139 0.16 0.91 0 0.45 289.61 0.84 0.3
Hex 75 C 8B 10 5B 0 2D 122 54 1E
Octal 165 14 213 20 133 0 55 442 124 36
Binary 1110101 1100 10001011 10000 1011011 0 101101 100100010 1010100 11110

Color Harmonies of #750C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C8B

Black with #750C8B

Text Example


Text Example

White with #750C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,12,139); }

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

background-color css

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

 a { background-color: rgb(117,12,139); }

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

border-color css

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

 span { border-color: rgb(117,12,139); }

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