Html Css Color HEX #751885 Purple

📋 copy color: '#751885'

red 117 ◦ green 24 ◦ blue 133

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

Shades of Purple #751885

Tints of Purple #751885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 42.7%
G = 8.76%
B = 48.54%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#751885 (or 0x751885) is known color: Purple. HEX triplet: 75, 18 and 85. RGB value is (117,24,133). Sum of RGB (Red+Green+Blue) = 117+24+133=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #751885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751885 is #8AE77A. Grayscale: #3F3F3F. Windows color (decimal): -9103227 or 8722549. OLE color: 8722549.

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

Color convert

RGB 117 24 133 -
CMYK 0.12 0.82 0 0.48
HSL 291.19º 0.69% 0.31% -
HSV(B) 291.19º 0.82% 0.52% -
XYZ 11.9 6.13 22.75 -
YUV 64.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 117 24 133 0.12 0.82 0 0.48 291.19 0.69 0.31
Hex 75 18 85 C 52 0 30 123 45 1F
Octal 165 30 205 14 122 0 60 443 105 37
Binary 1110101 11000 10000101 1100 1010010 0 110000 100100011 1000101 11111

Color Harmonies of #751885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751885

Black with #751885

Text Example


Text Example

White with #751885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751885; }

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

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

background-color css

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

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

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

border-color css

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

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

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