Html Css Color HEX #760652 Tyrian Purple

📋 copy color: '#760652'

red 118 ◦ green 6 ◦ blue 82

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

Shades of Tyrian Purple #760652

Tints of Tyrian Purple #760652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

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

R = 57.28%
G = 2.91%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#760652 (or 0x760652) is known color: Tyrian Purple. HEX triplet: 76, 06 and 52. RGB value is (118,6,82). Sum of RGB (Red+Green+Blue) = 118+6+82=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #760652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760652 is #89F9AD. Grayscale: #2F2F2F. Windows color (decimal): -9042350 or 5375606. OLE color: 5375606.

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

Color convert

RGB 118 6 82 -
CMYK 0 0.95 0.31 0.54
HSL 319.29º 0.9% 0.24% -
HSV(B) 319.29º 0.95% 0.46% -
XYZ 9.06 4.59 8.39 -
YUV 48.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 118 6 82 0 0.95 0.31 0.54 319.29 0.9 0.24
Hex 76 6 52 0 5F 1F 36 13F 5A 18
Octal 166 6 122 0 137 37 66 477 132 30
Binary 1110110 110 1010010 0 1011111 11111 110110 100111111 1011010 11000

Color Harmonies of #760652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760652

Black with #760652

Text Example


Text Example

White with #760652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760652; }

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

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

background-color css

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

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

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

border-color css

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

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

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