Html Css Color HEX #65103B Tyrian Purple

📋 copy color: '#65103B'

red 101 ◦ green 16 ◦ blue 59

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

Shades of Tyrian Purple #65103B

Tints of Tyrian Purple #65103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.52%

R = 57.39%
G = 9.09%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#65103B (or 0x65103B) is known color: Tyrian Purple. HEX triplet: 65, 10 and 3B. RGB value is (101,16,59). Sum of RGB (Red+Green+Blue) = 101+16+59=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #65103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65103B is #9AEFC4. Grayscale: #2E2E2E. Windows color (decimal): -10153925 or 3870821. OLE color: 3870821.

HSL color Cylindrical-coordinate representation of color #65103B: hue angle of 329.65º 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 #65103B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 16 59 -
CMYK 0 0.84 0.42 0.60
HSL 329.65º 0.73% 0.23% -
HSV(B) 329.65º 0.84% 0.4% -
XYZ 6.34 3.45 4.47 -
YUV 46.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 101 16 59 0 0.84 0.42 0.60 329.65 0.73 0.23
Hex 65 10 3B 0 54 2A 3C 14A 49 17
Octal 145 20 73 0 124 52 74 512 111 27
Binary 1100101 10000 111011 0 1010100 101010 111100 101001010 1001001 10111

Color Harmonies of #65103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65103B

Black with #65103B

Text Example


Text Example

White with #65103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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