Html Css Color HEX #751988 Purple

📋 copy color: '#751988'

red 117 ◦ green 25 ◦ blue 136

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

Shades of Purple #751988

Tints of Purple #751988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

 BLUE value IS 136 (53.52% from 255) = 48.92%

R = 42.09%
G = 8.99%
B = 48.92%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#751988 (or 0x751988) is known color: Purple. HEX triplet: 75, 19 and 88. RGB value is (117,25,136). Sum of RGB (Red+Green+Blue) = 117+25+136=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #751988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751988 is #8AE677. Grayscale: #404040. Windows color (decimal): -9102968 or 8919413. OLE color: 8919413.

HSL color Cylindrical-coordinate representation of color #751988: hue angle of 289.73º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751988 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 25 136 -
CMYK 0.14 0.82 0 0.47
HSL 289.73º 0.69% 0.32% -
HSV(B) 289.73º 0.82% 0.53% -
XYZ 12.13 6.25 23.86 -
YUV 65.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 117 25 136 0.14 0.82 0 0.47 289.73 0.69 0.32
Hex 75 19 88 E 52 0 2F 122 45 20
Octal 165 31 210 16 122 0 57 442 105 40
Binary 1110101 11001 10001000 1110 1010010 0 101111 100100010 1000101 100000

Color Harmonies of #751988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751988

Black with #751988

Text Example


Text Example

White with #751988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751988; }

 p { color: rgb(117,25,136); }

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

background-color css

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

 a { background-color: rgb(117,25,136); }

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

border-color css

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

 span { border-color: rgb(117,25,136); }

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