Html Css Color HEX #65004E Tyrian Purple

📋 copy color: '#65004E'

red 101 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #65004E

Tints of Tyrian Purple #65004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 43.58%

R = 56.42%
G = 0%
B = 43.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#65004E (or 0x65004E) is known color: Tyrian Purple. HEX triplet: 65, 00 and 4E. RGB value is (101,0,78). Sum of RGB (Red+Green+Blue) = 101+0+78=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #65004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65004E is #9AFFB1. Grayscale: #262626. Windows color (decimal): -10158002 or 5111909. OLE color: 5111909.

HSL color Cylindrical-coordinate representation of color #65004E: hue angle of 313.66º 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 #65004E is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 0 78 -
CMYK 0 1 0.23 0.60
HSL 313.66º 1% 0.2% -
HSV(B) 313.66º 1% 0.4% -
XYZ 6.74 3.32 7.49 -
YUV 39.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 101 0 78 0 1 0.23 0.60 313.66 1 0.2
Hex 65 0 4E 0 64 17 3C 13A 64 14
Octal 145 0 116 0 144 27 74 472 144 24
Binary 1100101 0 1001110 0 1100100 10111 111100 100111010 1100100 10100

Color Harmonies of #65004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65004E

Black with #65004E

Text Example


Text Example

White with #65004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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