#65002D

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

Shades of Tyrian Purple #65002D

Tints of Tyrian Purple #65002D

Color information

#65002D (or 0x65002D) is unknown color: approx Tyrian Purple. HEX triplet: 65, 00 and 2D. RGB value is (101,0,45). Sum of RGB (Red+Green+Blue) = 101+0+45=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #65002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65002D is #9AFFD2. Grayscale: #232323. Windows color (decimal): -10158035 or 2949221. OLE color: 2949221.

HSL color Cylindrical-coordinate representation of color #65002D: hue angle of 333.27º 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 #65002D is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB101045-
CMYK010.550.60
HSL333.27º100%19.8%-
HSV(B)333.27º100%39.61%-
XYZ5.842.962.75-
YUV35.33133.46174.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=69.18%
G=0%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101045010.550.60333.2710019.8
Hex6502D064373C14d6414
Octal1450550144677451514424
Binary1100101010110101100100110111111100101001101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65002D; }

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

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

<style>
 a { background-color: #65002D; }

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

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

<style>
 span { border-color: #65002D; }

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

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