Html Css Color HEX #65033A Tyrian Purple

📋 copy color: '#65033A'

red 101 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #65033A

Tints of Tyrian Purple #65033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

 BLUE value IS 58 (23.05% from 255) = 35.8%

R = 62.35%
G = 1.85%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.60

RGB Variations

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

Color information

#65033A (or 0x65033A) is known color: Tyrian Purple. HEX triplet: 65, 03 and 3A. RGB value is (101,3,58). Sum of RGB (Red+Green+Blue) = 101+3+58=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #65033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65033A is #9AFCC5. Grayscale: #262626. Windows color (decimal): -10157254 or 3801957. OLE color: 3801957.

HSL color Cylindrical-coordinate representation of color #65033A: hue angle of 326.33º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65033A is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 3 58 -
CMYK 0 0.97 0.43 0.60
HSL 326.33º 0.94% 0.2% -
HSV(B) 326.33º 0.97% 0.4% -
XYZ 6.16 3.14 4.28 -
YUV 38.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 101 3 58 0 0.97 0.43 0.60 326.33 0.94 0.2
Hex 65 3 3A 0 61 2B 3C 146 5E 14
Octal 145 3 72 0 141 53 74 506 136 24
Binary 1100101 11 111010 0 1100001 101011 111100 101000110 1011110 10100

Color Harmonies of #65033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65033A

Black with #65033A

Text Example


Text Example

White with #65033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65033A; }

 p { color: rgb(101,3,58); }

 H1.HeaderClassName
 {
   color: #65033A;
 }
 .AnyTagClassName
 {
   color: #65033A;
 }
</style>

background-color css

<style>
 a { background-color: #65033A; }

 a { background-color: rgb(101,3,58); }

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

border-color css

<style>
 span { border-color: #65033A; }

 span { border-color: rgb(101,3,58); }

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