Html Css Color HEX #751395 Purple

📋 copy color: '#751395'

red 117 ◦ green 19 ◦ blue 149

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

Shades of Purple #751395

Tints of Purple #751395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 149 (58.59% from 255) = 52.28%

R = 41.05%
G = 6.67%
B = 52.28%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751395 (or 0x751395) is known color: Purple. HEX triplet: 75, 13 and 95. RGB value is (117,19,149). Sum of RGB (Red+Green+Blue) = 117+19+149=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #751395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751395 is #8AEC6A. Grayscale: #3E3E3E. Windows color (decimal): -9104491 or 9769845. OLE color: 9769845.

HSL color Cylindrical-coordinate representation of color #751395: hue angle of 285.23º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751395 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 19 149 -
CMYK 0.21 0.87 0 0.42
HSL 285.23º 0.77% 0.33% -
HSV(B) 285.23º 0.87% 0.58% -
XYZ 12.99 6.42 28.99 -
YUV 63.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 117 19 149 0.21 0.87 0 0.42 285.23 0.77 0.33
Hex 75 13 95 15 57 0 2A 11D 4D 21
Octal 165 23 225 25 127 0 52 435 115 41
Binary 1110101 10011 10010101 10101 1010111 0 101010 100011101 1001101 100001

Color Harmonies of #751395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751395

Black with #751395

Text Example


Text Example

White with #751395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751395; }

 p { color: rgb(117,19,149); }

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

background-color css

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

 a { background-color: rgb(117,19,149); }

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

border-color css

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

 span { border-color: rgb(117,19,149); }

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