Html Css Color HEX #750258 Tyrian Purple

📋 copy color: '#750258'

red 117 ◦ green 2 ◦ blue 88

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

Shades of Tyrian Purple #750258

Tints of Tyrian Purple #750258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.51%

R = 56.52%
G = 0.97%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#750258 (or 0x750258) is known color: Tyrian Purple. HEX triplet: 75, 02 and 58. RGB value is (117,2,88). Sum of RGB (Red+Green+Blue) = 117+2+88=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #750258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750258 is #8AFDA7. Grayscale: #2D2D2D. Windows color (decimal): -9108904 or 5767797. OLE color: 5767797.

HSL color Cylindrical-coordinate representation of color #750258: hue angle of 315.13º 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 #750258 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 88 -
CMYK 0 0.98 0.25 0.54
HSL 315.13º 0.97% 0.23% -
HSV(B) 315.13º 0.98% 0.46% -
XYZ 9.12 4.53 9.63 -
YUV 46.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 117 2 88 0 0.98 0.25 0.54 315.13 0.97 0.23
Hex 75 2 58 0 62 19 36 13B 61 17
Octal 165 2 130 0 142 31 66 473 141 27
Binary 1110101 10 1011000 0 1100010 11001 110110 100111011 1100001 10111

Color Harmonies of #750258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750258

Black with #750258

Text Example


Text Example

White with #750258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750258; }

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

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

background-color css

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

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

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

border-color css

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

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

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