Html Css Color HEX #760653 Tyrian Purple

📋 copy color: '#760653'

red 118 ◦ green 6 ◦ blue 83

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

Shades of Tyrian Purple #760653

Tints of Tyrian Purple #760653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.1%

R = 57%
G = 2.9%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#760653 (or 0x760653) is known color: Tyrian Purple. HEX triplet: 76, 06 and 53. RGB value is (118,6,83). Sum of RGB (Red+Green+Blue) = 118+6+83=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #760653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760653 is #89F9AC. Grayscale: #303030. Windows color (decimal): -9042349 or 5441142. OLE color: 5441142.

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

Color convert

RGB 118 6 83 -
CMYK 0 0.95 0.30 0.54
HSL 318.75º 0.9% 0.24% -
HSV(B) 318.75º 0.95% 0.46% -
XYZ 9.1 4.61 8.59 -
YUV 48.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 118 6 83 0 0.95 0.30 0.54 318.75 0.9 0.24
Hex 76 6 53 0 5F 1E 36 13F 5A 18
Octal 166 6 123 0 137 36 66 477 132 30
Binary 1110110 110 1010011 0 1011111 11110 110110 100111111 1011010 11000

Color Harmonies of #760653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760653

Black with #760653

Text Example


Text Example

White with #760653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760653; }

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

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

background-color css

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

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

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

border-color css

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

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

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