Html Css Color HEX #751378 Purple

📋 copy color: '#751378'

red 117 ◦ green 19 ◦ blue 120

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

Shades of Purple #751378

Tints of Purple #751378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.88%

R = 45.7%
G = 7.42%
B = 46.88%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#751378 (or 0x751378) is known color: Purple. HEX triplet: 75, 13 and 78. RGB value is (117,19,120). Sum of RGB (Red+Green+Blue) = 117+19+120=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #751378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751378 is #8AEC87. Grayscale: #3B3B3B. Windows color (decimal): -9104520 or 7869301. OLE color: 7869301.

HSL color Cylindrical-coordinate representation of color #751378: hue angle of 298.22º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751378 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 19 120 -
CMYK 0.02 0.84 0 0.53
HSL 298.22º 0.73% 0.27% -
HSV(B) 298.22º 0.84% 0.47% -
XYZ 10.96 5.6 18.27 -
YUV 59.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 117 19 120 0.02 0.84 0 0.53 298.22 0.73 0.27
Hex 75 13 78 2 54 0 35 12A 49 1B
Octal 165 23 170 2 124 0 65 452 111 33
Binary 1110101 10011 1111000 10 1010100 0 110101 100101010 1001001 11011

Color Harmonies of #751378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751378

Black with #751378

Text Example


Text Example

White with #751378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751378; }

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

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

background-color css

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

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

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

border-color css

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

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

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