Html Css Color HEX #751285 Purple

📋 copy color: '#751285'

red 117 ◦ green 18 ◦ blue 133

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

Shades of Purple #751285

Tints of Purple #751285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

 BLUE value IS 133 (52.34% from 255) = 49.63%

R = 43.66%
G = 6.72%
B = 49.63%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#751285 (or 0x751285) is known color: Purple. HEX triplet: 75, 12 and 85. RGB value is (117,18,133). Sum of RGB (Red+Green+Blue) = 117+18+133=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #751285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751285 is #8AED7A. Grayscale: #3C3C3C. Windows color (decimal): -9104763 or 8721013. OLE color: 8721013.

HSL color Cylindrical-coordinate representation of color #751285: hue angle of 291.65º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751285 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 18 133 -
CMYK 0.12 0.86 0 0.48
HSL 291.65º 0.76% 0.3% -
HSV(B) 291.65º 0.86% 0.52% -
XYZ 11.79 5.91 22.71 -
YUV 60.71 168.8 168.15 -
System Red Green Blue C M Y K H S L
Decimal 117 18 133 0.12 0.86 0 0.48 291.65 0.76 0.3
Hex 75 12 85 C 56 0 30 124 4C 1E
Octal 165 22 205 14 126 0 60 444 114 36
Binary 1110101 10010 10000101 1100 1010110 0 110000 100100100 1001100 11110

Color Harmonies of #751285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751285

Black with #751285

Text Example


Text Example

White with #751285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751285; }

 p { color: rgb(117,18,133); }

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

background-color css

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

 a { background-color: rgb(117,18,133); }

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

border-color css

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

 span { border-color: rgb(117,18,133); }

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