Html Css Color HEX #65013F Tyrian Purple

📋 copy color: '#65013F'

red 101 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #65013F

Tints of Tyrian Purple #65013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 38.18%

R = 61.21%
G = 0.61%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#65013F (or 0x65013F) is known color: Tyrian Purple. HEX triplet: 65, 01 and 3F. RGB value is (101,1,63). Sum of RGB (Red+Green+Blue) = 101+1+63=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #65013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65013F is #9AFEC0. Grayscale: #252525. Windows color (decimal): -10157761 or 4129125. OLE color: 4129125.

HSL color Cylindrical-coordinate representation of color #65013F: hue angle of 322.8º 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 #65013F is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 1 63 -
CMYK 0 0.99 0.38 0.60
HSL 322.8º 0.98% 0.2% -
HSV(B) 322.8º 0.99% 0.4% -
XYZ 6.27 3.15 4.98 -
YUV 37.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 101 1 63 0 0.99 0.38 0.60 322.8 0.98 0.2
Hex 65 1 3F 0 63 26 3C 143 62 14
Octal 145 1 77 0 143 46 74 503 142 24
Binary 1100101 1 111111 0 1100011 100110 111100 101000011 1100010 10100

Color Harmonies of #65013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65013F

Black with #65013F

Text Example


Text Example

White with #65013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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