Html Css Color HEX #65053D Tyrian Purple

📋 copy color: '#65053D'

red 101 ◦ green 5 ◦ blue 61

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

Shades of Tyrian Purple #65053D

Tints of Tyrian Purple #65053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 36.53%

R = 60.48%
G = 2.99%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#65053D (or 0x65053D) is known color: Tyrian Purple. HEX triplet: 65, 05 and 3D. RGB value is (101,5,61). Sum of RGB (Red+Green+Blue) = 101+5+61=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #65053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65053D is #9AFAC2. Grayscale: #272727. Windows color (decimal): -10156739 or 3999077. OLE color: 3999077.

HSL color Cylindrical-coordinate representation of color #65053D: hue angle of 325º 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 #65053D is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 5 61 -
CMYK 0 0.95 0.40 0.60
HSL 325º 0.91% 0.21% -
HSV(B) 325º 0.95% 0.4% -
XYZ 6.26 3.21 4.7 -
YUV 40.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 101 5 61 0 0.95 0.40 0.60 325 0.91 0.21
Hex 65 5 3D 0 5F 28 3C 145 5B 15
Octal 145 5 75 0 137 50 74 505 133 25
Binary 1100101 101 111101 0 1011111 101000 111100 101000101 1011011 10101

Color Harmonies of #65053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65053D

Black with #65053D

Text Example


Text Example

White with #65053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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