Html Css Color HEX #751482 Purple

📋 copy color: '#751482'

red 117 ◦ green 20 ◦ blue 130

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

Shades of Purple #751482

Tints of Purple #751482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 130 (51.17% from 255) = 48.69%

R = 43.82%
G = 7.49%
B = 48.69%

CMYK

 C value IS 0.1

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751482 (or 0x751482) is known color: Purple. HEX triplet: 75, 14 and 82. RGB value is (117,20,130). Sum of RGB (Red+Green+Blue) = 117+20+130=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #751482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751482 is #8AEB7D. Grayscale: #3D3D3D. Windows color (decimal): -9104254 or 8524917. OLE color: 8524917.

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

Color convert

RGB 117 20 130 -
CMYK 0.1 0.85 0 0.49
HSL 292.91º 0.73% 0.29% -
HSV(B) 292.91º 0.85% 0.51% -
XYZ 11.62 5.89 21.64 -
YUV 61.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 117 20 130 0.1 0.85 0 0.49 292.91 0.73 0.29
Hex 75 14 82 A 55 0 31 125 49 1D
Octal 165 24 202 12 125 0 61 445 111 35
Binary 1110101 10100 10000010 1010 1010101 0 110001 100100101 1001001 11101

Color Harmonies of #751482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751482

Black with #751482

Text Example


Text Example

White with #751482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751482; }

 p { color: rgb(117,20,130); }

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

background-color css

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

 a { background-color: rgb(117,20,130); }

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

border-color css

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

 span { border-color: rgb(117,20,130); }

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