Html Css Color HEX #65014F Tyrian Purple

📋 copy color: '#65014F'

red 101 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #65014F

Tints of Tyrian Purple #65014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 55.8%
G = 0.55%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#65014F (or 0x65014F) is known color: Tyrian Purple. HEX triplet: 65, 01 and 4F. RGB value is (101,1,79). Sum of RGB (Red+Green+Blue) = 101+1+79=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65014F is #9AFEB0. Grayscale: #272727. Windows color (decimal): -10157745 or 5177701. OLE color: 5177701.

HSL color Cylindrical-coordinate representation of color #65014F: hue angle of 313.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65014F is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 1 79 -
CMYK 0 0.99 0.22 0.60
HSL 313.2º 0.98% 0.2% -
HSV(B) 313.2º 0.99% 0.4% -
XYZ 6.79 3.35 7.69 -
YUV 39.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 101 1 79 0 0.99 0.22 0.60 313.2 0.98 0.2
Hex 65 1 4F 0 63 16 3C 139 62 14
Octal 145 1 117 0 143 26 74 471 142 24
Binary 1100101 1 1001111 0 1100011 10110 111100 100111001 1100010 10100

Color Harmonies of #65014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65014F

Black with #65014F

Text Example


Text Example

White with #65014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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