Html Css Color HEX #65084D Tyrian Purple

📋 copy color: '#65084D'

red 101 ◦ green 8 ◦ blue 77

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

Shades of Tyrian Purple #65084D

Tints of Tyrian Purple #65084D

RGB

 RED value IS 101 (39.84% from 255) = 54.3%

 GREEN value IS 8 (3.52% from 255) = 4.3%

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 54.3%
G = 4.3%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#65084D (or 0x65084D) is known color: Tyrian Purple. HEX triplet: 65, 08 and 4D. RGB value is (101,8,77). Sum of RGB (Red+Green+Blue) = 101+8+77=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #65084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65084D is #9AF7B2. Grayscale: #2B2B2B. Windows color (decimal): -10155955 or 5048421. OLE color: 5048421.

HSL color Cylindrical-coordinate representation of color #65084D: hue angle of 315.48º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65084D is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 8 77 -
CMYK 0 0.92 0.24 0.60
HSL 315.48º 0.85% 0.21% -
HSV(B) 315.48º 0.92% 0.4% -
XYZ 6.79 3.48 7.33 -
YUV 43.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 101 8 77 0 0.92 0.24 0.60 315.48 0.85 0.21
Hex 65 8 4D 0 5C 18 3C 13B 55 15
Octal 145 10 115 0 134 30 74 473 125 25
Binary 1100101 1000 1001101 0 1011100 11000 111100 100111011 1010101 10101

Color Harmonies of #65084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65084D

Black with #65084D

Text Example


Text Example

White with #65084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65084D; }

 p { color: rgb(101,8,77); }

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

background-color css

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

 a { background-color: rgb(101,8,77); }

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

border-color css

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

 span { border-color: rgb(101,8,77); }

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