Html Css Color HEX #750378 Purple

📋 copy color: '#750378'

red 117 ◦ green 3 ◦ blue 120

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

Shades of Purple #750378

Tints of Purple #750378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

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

R = 48.75%
G = 1.25%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#750378 (or 0x750378) is known color: Purple. HEX triplet: 75, 03 and 78. RGB value is (117,3,120). Sum of RGB (Red+Green+Blue) = 117+3+120=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #750378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750378 is #8AFC87. Grayscale: #323232. Windows color (decimal): -9108616 or 7865205. OLE color: 7865205.

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

Color convert

RGB 117 3 120 -
CMYK 0.02 0.98 0 0.53
HSL 298.46º 0.95% 0.24% -
HSV(B) 298.46º 0.98% 0.47% -
XYZ 10.76 5.2 18.21 -
YUV 50.42 167.27 175.49 -
System Red Green Blue C M Y K H S L
Decimal 117 3 120 0.02 0.98 0 0.53 298.46 0.95 0.24
Hex 75 3 78 2 62 0 35 12A 5F 18
Octal 165 3 170 2 142 0 65 452 137 30
Binary 1110101 11 1111000 10 1100010 0 110101 100101010 1011111 11000

Color Harmonies of #750378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750378

Black with #750378

Text Example


Text Example

White with #750378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750378; }

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

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

background-color css

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

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

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

border-color css

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

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

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