Html Css Color HEX #751281 Purple

📋 copy color: '#751281'

red 117 ◦ green 18 ◦ blue 129

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

Shades of Purple #751281

Tints of Purple #751281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 48.86%

R = 44.32%
G = 6.82%
B = 48.86%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751281 (or 0x751281) is known color: Purple. HEX triplet: 75, 12 and 81. RGB value is (117,18,129). Sum of RGB (Red+Green+Blue) = 117+18+129=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #751281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751281 is #8AED7E. Grayscale: #3B3B3B. Windows color (decimal): -9104767 or 8458869. OLE color: 8458869.

HSL color Cylindrical-coordinate representation of color #751281: hue angle of 293.51º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751281 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 18 129 -
CMYK 0.09 0.86 0 0.49
HSL 293.51º 0.76% 0.29% -
HSV(B) 293.51º 0.86% 0.51% -
XYZ 11.51 5.8 21.28 -
YUV 60.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 117 18 129 0.09 0.86 0 0.49 293.51 0.76 0.29
Hex 75 12 81 9 56 0 31 126 4C 1D
Octal 165 22 201 11 126 0 61 446 114 35
Binary 1110101 10010 10000001 1001 1010110 0 110001 100100110 1001100 11101

Color Harmonies of #751281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751281

Black with #751281

Text Example


Text Example

White with #751281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751281; }

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

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

background-color css

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

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

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

border-color css

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

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

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