Html Css Color HEX #65103C Tyrian Purple

📋 copy color: '#65103C'

red 101 ◦ green 16 ◦ blue 60

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

Shades of Tyrian Purple #65103C

Tints of Tyrian Purple #65103C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.9%

R = 57.06%
G = 9.04%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#65103C (or 0x65103C) is known color: Tyrian Purple. HEX triplet: 65, 10 and 3C. RGB value is (101,16,60). Sum of RGB (Red+Green+Blue) = 101+16+60=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #65103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65103C is #9AEFC3. Grayscale: #2E2E2E. Windows color (decimal): -10153924 or 3936357. OLE color: 3936357.

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

Color convert

RGB 101 16 60 -
CMYK 0 0.84 0.41 0.60
HSL 328.94º 0.73% 0.23% -
HSV(B) 328.94º 0.84% 0.4% -
XYZ 6.37 3.46 4.61 -
YUV 46.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 101 16 60 0 0.84 0.41 0.60 328.94 0.73 0.23
Hex 65 10 3C 0 54 29 3C 149 49 17
Octal 145 20 74 0 124 51 74 511 111 27
Binary 1100101 10000 111100 0 1010100 101001 111100 101001001 1001001 10111

Color Harmonies of #65103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65103C

Black with #65103C

Text Example


Text Example

White with #65103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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