#65032B

Color #65032B Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #65032B

Tints of Tyrian Purple #65032B

Color information

#65032B (or 0x65032B) is unknown color: approx Tyrian Purple. HEX triplet: 65, 03 and 2B. RGB value is (101,3,43). Sum of RGB (Red+Green+Blue) = 101+3+43=147 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.71% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 101 - color contains mainly: red. Hex color #65032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65032B is #9AFCD4. Grayscale: #242424. Windows color (decimal): -10157269 or 2818917. OLE color: 2818917.

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

Color convert

RGB101343-
CMYK00.970.570.60
HSL335.51º94.23%20.39%-
HSV(B)335.51º97.03%39.61%-
XYZ5.843.012.56-
YUV36.86131.47173.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 68.71%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=68.71%
G=2.04%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10134300.970.570.60335.5194.2320.39
Hex6532B061393C1505e14
Octal1453530141717452013624
Binary11001011110101101100001111001111100101010000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65032B;
 }
 .AnyTagClassName
 {
   color: #65032B;
 }
</style>
background-color css

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

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

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

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

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

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