Html Css Color HEX #760752 Tyrian Purple

📋 copy color: '#760752'

red 118 ◦ green 7 ◦ blue 82

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

Shades of Tyrian Purple #760752

Tints of Tyrian Purple #760752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 57%
G = 3.38%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#760752 (or 0x760752) is known color: Tyrian Purple. HEX triplet: 76, 07 and 52. RGB value is (118,7,82). Sum of RGB (Red+Green+Blue) = 118+7+82=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #760752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760752 is #89F8AD. Grayscale: #303030. Windows color (decimal): -9042094 or 5375862. OLE color: 5375862.

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

Color convert

RGB 118 7 82 -
CMYK 0 0.94 0.31 0.54
HSL 319.46º 0.89% 0.25% -
HSV(B) 319.46º 0.94% 0.46% -
XYZ 9.07 4.61 8.39 -
YUV 48.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 118 7 82 0 0.94 0.31 0.54 319.46 0.89 0.25
Hex 76 7 52 0 5E 1F 36 13F 59 19
Octal 166 7 122 0 136 37 66 477 131 31
Binary 1110110 111 1010010 0 1011110 11111 110110 100111111 1011001 11001

Color Harmonies of #760752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760752

Black with #760752

Text Example


Text Example

White with #760752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760752; }

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

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

background-color css

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

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

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

border-color css

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

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

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