Html Css Color HEX #65054D Tyrian Purple

📋 copy color: '#65054D'

red 101 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #65054D

Tints of Tyrian Purple #65054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

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

R = 55.19%
G = 2.73%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#65054D (or 0x65054D) is known color: Tyrian Purple. HEX triplet: 65, 05 and 4D. RGB value is (101,5,77). Sum of RGB (Red+Green+Blue) = 101+5+77=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #65054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65054D is #9AFAB2. Grayscale: #292929. Windows color (decimal): -10156723 or 5047653. OLE color: 5047653.

HSL color Cylindrical-coordinate representation of color #65054D: hue angle of 315º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65054D is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 5 77 -
CMYK 0 0.95 0.24 0.60
HSL 315º 0.91% 0.21% -
HSV(B) 315º 0.95% 0.4% -
XYZ 6.76 3.41 7.32 -
YUV 41.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 101 5 77 0 0.95 0.24 0.60 315 0.91 0.21
Hex 65 5 4D 0 5F 18 3C 13B 5B 15
Octal 145 5 115 0 137 30 74 473 133 25
Binary 1100101 101 1001101 0 1011111 11000 111100 100111011 1011011 10101

Color Harmonies of #65054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65054D

Black with #65054D

Text Example


Text Example

White with #65054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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