Html Css Color HEX #751284 Purple

📋 copy color: '#751284'

red 117 ◦ green 18 ◦ blue 132

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

Shades of Purple #751284

Tints of Purple #751284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.44%

R = 43.82%
G = 6.74%
B = 49.44%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#751284 (or 0x751284) is known color: Purple. HEX triplet: 75, 12 and 84. RGB value is (117,18,132). Sum of RGB (Red+Green+Blue) = 117+18+132=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #751284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751284 is #8AED7B. Grayscale: #3C3C3C. Windows color (decimal): -9104764 or 8655477. OLE color: 8655477.

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

Color convert

RGB 117 18 132 -
CMYK 0.11 0.86 0 0.48
HSL 292.11º 0.76% 0.29% -
HSV(B) 292.11º 0.86% 0.52% -
XYZ 11.72 5.88 22.35 -
YUV 60.6 168.3 168.23 -
System Red Green Blue C M Y K H S L
Decimal 117 18 132 0.11 0.86 0 0.48 292.11 0.76 0.29
Hex 75 12 84 B 56 0 30 124 4C 1D
Octal 165 22 204 13 126 0 60 444 114 35
Binary 1110101 10010 10000100 1011 1010110 0 110000 100100100 1001100 11101

Color Harmonies of #751284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751284

Black with #751284

Text Example


Text Example

White with #751284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751284; }

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

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

background-color css

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

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

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

border-color css

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

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

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