Html Css Color HEX #760452 Tyrian Purple

📋 copy color: '#760452'

red 118 ◦ green 4 ◦ blue 82

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

Shades of Tyrian Purple #760452

Tints of Tyrian Purple #760452

RGB

 RED value IS 118 (46.48% from 255) = 57.84%

 GREEN value IS 4 (1.95% from 255) = 1.96%

 BLUE value IS 82 (32.42% from 255) = 40.2%

R = 57.84%
G = 1.96%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#760452 (or 0x760452) is known color: Tyrian Purple. HEX triplet: 76, 04 and 52. RGB value is (118,4,82). Sum of RGB (Red+Green+Blue) = 118+4+82=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #760452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760452 is #89FBAD. Grayscale: #2E2E2E. Windows color (decimal): -9042862 or 5375094. OLE color: 5375094.

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

Color convert

RGB 118 4 82 -
CMYK 0 0.97 0.31 0.54
HSL 318.95º 0.93% 0.24% -
HSV(B) 318.95º 0.97% 0.46% -
XYZ 9.04 4.55 8.38 -
YUV 46.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 118 4 82 0 0.97 0.31 0.54 318.95 0.93 0.24
Hex 76 4 52 0 61 1F 36 13F 5D 18
Octal 166 4 122 0 141 37 66 477 135 30
Binary 1110110 100 1010010 0 1100001 11111 110110 100111111 1011101 11000

Color Harmonies of #760452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760452

Black with #760452

Text Example


Text Example

White with #760452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760452; }

 p { color: rgb(118,4,82); }

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

background-color css

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

 a { background-color: rgb(118,4,82); }

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

border-color css

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

 span { border-color: rgb(118,4,82); }

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