Html Css Color HEX #65033B Tyrian Purple

📋 copy color: '#65033B'

red 101 ◦ green 3 ◦ blue 59

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

Shades of Tyrian Purple #65033B

Tints of Tyrian Purple #65033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.2%

R = 61.96%
G = 1.84%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#65033B (or 0x65033B) is known color: Tyrian Purple. HEX triplet: 65, 03 and 3B. RGB value is (101,3,59). Sum of RGB (Red+Green+Blue) = 101+3+59=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #65033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65033B is #9AFCC4. Grayscale: #262626. Windows color (decimal): -10157253 or 3867493. OLE color: 3867493.

HSL color Cylindrical-coordinate representation of color #65033B: hue angle of 325.71º 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 #65033B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 3 59 -
CMYK 0 0.97 0.42 0.60
HSL 325.71º 0.94% 0.2% -
HSV(B) 325.71º 0.97% 0.4% -
XYZ 6.19 3.15 4.42 -
YUV 38.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 101 3 59 0 0.97 0.42 0.60 325.71 0.94 0.2
Hex 65 3 3B 0 61 2A 3C 146 5E 14
Octal 145 3 73 0 141 52 74 506 136 24
Binary 1100101 11 111011 0 1100001 101010 111100 101000110 1011110 10100

Color Harmonies of #65033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65033B

Black with #65033B

Text Example


Text Example

White with #65033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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