Html Css Color HEX #65103D Tyrian Purple

📋 copy color: '#65103D'

red 101 ◦ green 16 ◦ blue 61

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

Shades of Tyrian Purple #65103D

Tints of Tyrian Purple #65103D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

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

R = 56.74%
G = 8.99%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#65103D (or 0x65103D) is known color: Tyrian Purple. HEX triplet: 65, 10 and 3D. RGB value is (101,16,61). Sum of RGB (Red+Green+Blue) = 101+16+61=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #65103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65103D is #9AEFC2. Grayscale: #2E2E2E. Windows color (decimal): -10153923 or 4001893. OLE color: 4001893.

HSL color Cylindrical-coordinate representation of color #65103D: hue angle of 328.24º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65103D is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 16 61 -
CMYK 0 0.84 0.40 0.60
HSL 328.24º 0.73% 0.23% -
HSV(B) 328.24º 0.84% 0.4% -
XYZ 6.39 3.47 4.75 -
YUV 46.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 101 16 61 0 0.84 0.40 0.60 328.24 0.73 0.23
Hex 65 10 3D 0 54 28 3C 148 49 17
Octal 145 20 75 0 124 50 74 510 111 27
Binary 1100101 10000 111101 0 1010100 101000 111100 101001000 1001001 10111

Color Harmonies of #65103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65103D

Black with #65103D

Text Example


Text Example

White with #65103D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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