Html Css Color HEX #65014A Tyrian Purple

📋 copy color: '#65014A'

red 101 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #65014A

Tints of Tyrian Purple #65014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 42.05%

R = 57.39%
G = 0.57%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#65014A (or 0x65014A) is known color: Tyrian Purple. HEX triplet: 65, 01 and 4A. RGB value is (101,1,74). Sum of RGB (Red+Green+Blue) = 101+1+74=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #65014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65014A is #9AFEB5. Grayscale: #272727. Windows color (decimal): -10157750 or 4850021. OLE color: 4850021.

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

Color convert

RGB 101 1 74 -
CMYK 0 0.99 0.27 0.60
HSL 316.2º 0.98% 0.2% -
HSV(B) 316.2º 0.99% 0.4% -
XYZ 6.61 3.28 6.76 -
YUV 39.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 101 1 74 0 0.99 0.27 0.60 316.2 0.98 0.2
Hex 65 1 4A 0 63 1B 3C 13C 62 14
Octal 145 1 112 0 143 33 74 474 142 24
Binary 1100101 1 1001010 0 1100011 11011 111100 100111100 1100010 10100

Color Harmonies of #65014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65014A

Black with #65014A

Text Example


Text Example

White with #65014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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