Html Css Color HEX #750274 Purple

📋 copy color: '#750274'

red 117 ◦ green 2 ◦ blue 116

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

Shades of Purple #750274

Tints of Purple #750274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 116 (45.7% from 255) = 49.36%

R = 49.79%
G = 0.85%
B = 49.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#750274 (or 0x750274) is known color: Purple. HEX triplet: 75, 02 and 74. RGB value is (117,2,116). Sum of RGB (Red+Green+Blue) = 117+2+116=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #750274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750274 is #8AFD8B. Grayscale: #313131. Windows color (decimal): -9108876 or 7602805. OLE color: 7602805.

HSL color Cylindrical-coordinate representation of color #750274: hue angle of 300.52º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750274 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 116 -
CMYK 0 0.98 0.01 0.54
HSL 300.52º 0.97% 0.23% -
HSV(B) 300.52º 0.98% 0.46% -
XYZ 10.51 5.09 16.95 -
YUV 49.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 117 2 116 0 0.98 0.01 0.54 300.52 0.97 0.23
Hex 75 2 74 0 62 1 36 12D 61 17
Octal 165 2 164 0 142 1 66 455 141 27
Binary 1110101 10 1110100 0 1100010 1 110110 100101101 1100001 10111

Color Harmonies of #750274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750274

Black with #750274

Text Example


Text Example

White with #750274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750274; }

 p { color: rgb(117,2,116); }

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

background-color css

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

 a { background-color: rgb(117,2,116); }

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

border-color css

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

 span { border-color: rgb(117,2,116); }

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