#65032F

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

Shades of Tyrian Purple #65032F

Tints of Tyrian Purple #65032F

Color information

#65032F (or 0x65032F) is unknown color: approx Tyrian Purple. HEX triplet: 65, 03 and 2F. RGB value is (101,3,47). Sum of RGB (Red+Green+Blue) = 101+3+47=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #65032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65032F is #9AFCD0. Grayscale: #252525. Windows color (decimal): -10157265 or 3081061. OLE color: 3081061.

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

Color convert

RGB101347-
CMYK00.970.530.60
HSL333.06º94.23%20.39%-
HSV(B)333.06º97.03%39.61%-
XYZ5.913.042.96-
YUV37.32133.47173.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.89%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=66.89%
G=1.99%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10134700.970.530.60333.0694.2320.39
Hex6532F061353C14d5e14
Octal1453570141657451513624
Binary11001011110111101100001110101111100101001101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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