Html Css Color HEX #65003E Tyrian Purple

📋 copy color: '#65003E'

red 101 ◦ green 0 ◦ blue 62

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

Shades of Tyrian Purple #65003E

Tints of Tyrian Purple #65003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 38.04%

R = 61.96%
G = 0%
B = 38.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#65003E (or 0x65003E) is known color: Tyrian Purple. HEX triplet: 65, 00 and 3E. RGB value is (101,0,62). Sum of RGB (Red+Green+Blue) = 101+0+62=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #65003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65003E is #9AFFC1. Grayscale: #252525. Windows color (decimal): -10158018 or 4063333. OLE color: 4063333.

HSL color Cylindrical-coordinate representation of color #65003E: hue angle of 323.17º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65003E is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 0 62 -
CMYK 0 1 0.39 0.60
HSL 323.17º 1% 0.2% -
HSV(B) 323.17º 1% 0.4% -
XYZ 6.24 3.11 4.83 -
YUV 37.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 101 0 62 0 1 0.39 0.60 323.17 1 0.2
Hex 65 0 3E 0 64 27 3C 143 64 14
Octal 145 0 76 0 144 47 74 503 144 24
Binary 1100101 0 111110 0 1100100 100111 111100 101000011 1100100 10100

Color Harmonies of #65003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65003E

Black with #65003E

Text Example


Text Example

White with #65003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65003E; }

 p { color: rgb(101,0,62); }

 H1.HeaderClassName
 {
   color: #65003E;
 }
 .AnyTagClassName
 {
   color: #65003E;
 }
</style>

background-color css

<style>
 a { background-color: #65003E; }

 a { background-color: rgb(101,0,62); }

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

border-color css

<style>
 span { border-color: #65003E; }

 span { border-color: rgb(101,0,62); }

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