Html Css Color HEX #65013C Tyrian Purple

📋 copy color: '#65013C'

red 101 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #65013C

Tints of Tyrian Purple #65013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 62.35%
G = 0.62%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#65013C (or 0x65013C) is known color: Tyrian Purple. HEX triplet: 65, 01 and 3C. RGB value is (101,1,60). Sum of RGB (Red+Green+Blue) = 101+1+60=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #65013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65013C is #9AFEC3. Grayscale: #252525. Windows color (decimal): -10157764 or 3932517. OLE color: 3932517.

HSL color Cylindrical-coordinate representation of color #65013C: hue angle of 324.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65013C is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 1 60 -
CMYK 0 0.99 0.41 0.60
HSL 324.6º 0.98% 0.2% -
HSV(B) 324.6º 0.99% 0.4% -
XYZ 6.19 3.11 4.55 -
YUV 37.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 101 1 60 0 0.99 0.41 0.60 324.6 0.98 0.2
Hex 65 1 3C 0 63 29 3C 145 62 14
Octal 145 1 74 0 143 51 74 505 142 24
Binary 1100101 1 111100 0 1100011 101001 111100 101000101 1100010 10100

Color Harmonies of #65013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65013C

Black with #65013C

Text Example


Text Example

White with #65013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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