Html Css Color HEX #65004F Tyrian Purple

📋 copy color: '#65004F'

red 101 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #65004F

Tints of Tyrian Purple #65004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.89%

R = 56.11%
G = 0%
B = 43.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#65004F (or 0x65004F) is known color: Tyrian Purple. HEX triplet: 65, 00 and 4F. RGB value is (101,0,79). Sum of RGB (Red+Green+Blue) = 101+0+79=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65004F is #9AFFB0. Grayscale: #262626. Windows color (decimal): -10158001 or 5177445. OLE color: 5177445.

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

Color convert

RGB 101 0 79 -
CMYK 0 1 0.22 0.60
HSL 313.07º 1% 0.2% -
HSV(B) 313.07º 1% 0.4% -
XYZ 6.78 3.33 7.68 -
YUV 39.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 101 0 79 0 1 0.22 0.60 313.07 1 0.2
Hex 65 0 4F 0 64 16 3C 139 64 14
Octal 145 0 117 0 144 26 74 471 144 24
Binary 1100101 0 1001111 0 1100100 10110 111100 100111001 1100100 10100

Color Harmonies of #65004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65004F

Black with #65004F

Text Example


Text Example

White with #65004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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