Html Css Color HEX #65104D Tyrian Purple

📋 copy color: '#65104D'

red 101 ◦ green 16 ◦ blue 77

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

Shades of Tyrian Purple #65104D

Tints of Tyrian Purple #65104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

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

R = 52.06%
G = 8.25%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#65104D (or 0x65104D) is known color: Tyrian Purple. HEX triplet: 65, 10 and 4D. RGB value is (101,16,77). Sum of RGB (Red+Green+Blue) = 101+16+77=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65104D is #9AEFB2. Grayscale: #303030. Windows color (decimal): -10153907 or 5050469. OLE color: 5050469.

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

Color convert

RGB 101 16 77 -
CMYK 0 0.84 0.24 0.60
HSL 316.94º 0.73% 0.23% -
HSV(B) 316.94º 0.84% 0.4% -
XYZ 6.89 3.67 7.37 -
YUV 48.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 101 16 77 0 0.84 0.24 0.60 316.94 0.73 0.23
Hex 65 10 4D 0 54 18 3C 13D 49 17
Octal 145 20 115 0 124 30 74 475 111 27
Binary 1100101 10000 1001101 0 1010100 11000 111100 100111101 1001001 10111

Color Harmonies of #65104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65104D

Black with #65104D

Text Example


Text Example

White with #65104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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