Html Css Color HEX #65004A Tyrian Purple

📋 copy color: '#65004A'

red 101 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #65004A

Tints of Tyrian Purple #65004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.71%
G = 0%
B = 42.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#65004A (or 0x65004A) is known color: Tyrian Purple. HEX triplet: 65, 00 and 4A. RGB value is (101,0,74). Sum of RGB (Red+Green+Blue) = 101+0+74=175 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.71% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 101 - color contains mainly: red. Hex color #65004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65004A is #9AFFB5. Grayscale: #262626. Windows color (decimal): -10158006 or 4849765. OLE color: 4849765.

HSL color Cylindrical-coordinate representation of color #65004A: hue angle of 316.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65004A is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 0 74 -
CMYK 0 1 0.27 0.60
HSL 316.04º 1% 0.2% -
HSV(B) 316.04º 1% 0.4% -
XYZ 6.6 3.26 6.76 -
YUV 38.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 101 0 74 0 1 0.27 0.60 316.04 1 0.2
Hex 65 0 4A 0 64 1B 3C 13C 64 14
Octal 145 0 112 0 144 33 74 474 144 24
Binary 1100101 0 1001010 0 1100100 11011 111100 100111100 1100100 10100

Color Harmonies of #65004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65004A

Black with #65004A

Text Example


Text Example

White with #65004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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