Html Css Color HEX #65004D Tyrian Purple

📋 copy color: '#65004D'

red 101 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #65004D

Tints of Tyrian Purple #65004D

RGB

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

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

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

R = 56.74%
G = 0%
B = 43.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#65004D (or 0x65004D) is known color: Tyrian Purple. HEX triplet: 65, 00 and 4D. RGB value is (101,0,77). Sum of RGB (Red+Green+Blue) = 101+0+77=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #65004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65004D is #9AFFB2. Grayscale: #262626. Windows color (decimal): -10158003 or 5046373. OLE color: 5046373.

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

Color convert

RGB 101 0 77 -
CMYK 0 1 0.24 0.60
HSL 314.26º 1% 0.2% -
HSV(B) 314.26º 1% 0.4% -
XYZ 6.71 3.3 7.31 -
YUV 38.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 101 0 77 0 1 0.24 0.60 314.26 1 0.2
Hex 65 0 4D 0 64 18 3C 13A 64 14
Octal 145 0 115 0 144 30 74 472 144 24
Binary 1100101 0 1001101 0 1100100 11000 111100 100111010 1100100 10100

Color Harmonies of #65004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65004D

Black with #65004D

Text Example


Text Example

White with #65004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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