Html Css Color HEX #65014E Tyrian Purple

📋 copy color: '#65014E'

red 101 ◦ green 1 ◦ blue 78

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

Shades of Tyrian Purple #65014E

Tints of Tyrian Purple #65014E

RGB

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

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

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

R = 56.11%
G = 0.56%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#65014E (or 0x65014E) is known color: Tyrian Purple. HEX triplet: 65, 01 and 4E. RGB value is (101,1,78). Sum of RGB (Red+Green+Blue) = 101+1+78=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65014E is #9AFEB1. Grayscale: #272727. Windows color (decimal): -10157746 or 5112165. OLE color: 5112165.

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

Color convert

RGB 101 1 78 -
CMYK 0 0.99 0.23 0.60
HSL 313.8º 0.98% 0.2% -
HSV(B) 313.8º 0.99% 0.4% -
XYZ 6.75 3.34 7.5 -
YUV 39.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 101 1 78 0 0.99 0.23 0.60 313.8 0.98 0.2
Hex 65 1 4E 0 63 17 3C 13A 62 14
Octal 145 1 116 0 143 27 74 472 142 24
Binary 1100101 1 1001110 0 1100011 10111 111100 100111010 1100010 10100

Color Harmonies of #65014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65014E

Black with #65014E

Text Example


Text Example

White with #65014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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