Html Css Color HEX #65104A Tyrian Purple

📋 copy color: '#65104A'

red 101 ◦ green 16 ◦ blue 74

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

Shades of Tyrian Purple #65104A

Tints of Tyrian Purple #65104A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.74%

R = 52.88%
G = 8.38%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#65104A (or 0x65104A) is known color: Tyrian Purple. HEX triplet: 65, 10 and 4A. RGB value is (101,16,74). Sum of RGB (Red+Green+Blue) = 101+16+74=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #65104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65104A is #9AEFB5. Grayscale: #2F2F2F. Windows color (decimal): -10153910 or 4853861. OLE color: 4853861.

HSL color Cylindrical-coordinate representation of color #65104A: hue angle of 319.06º 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 #65104A is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 16 74 -
CMYK 0 0.84 0.27 0.60
HSL 319.06º 0.73% 0.23% -
HSV(B) 319.06º 0.84% 0.4% -
XYZ 6.79 3.63 6.82 -
YUV 48.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 101 16 74 0 0.84 0.27 0.60 319.06 0.73 0.23
Hex 65 10 4A 0 54 1B 3C 13F 49 17
Octal 145 20 112 0 124 33 74 477 111 27
Binary 1100101 10000 1001010 0 1010100 11011 111100 100111111 1001001 10111

Color Harmonies of #65104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65104A

Black with #65104A

Text Example


Text Example

White with #65104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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