#65002C

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

Shades of Tyrian Purple #65002C

Tints of Tyrian Purple #65002C

Color information

#65002C (or 0x65002C) is unknown color: approx Tyrian Purple. HEX triplet: 65, 00 and 2C. RGB value is (101,0,44). Sum of RGB (Red+Green+Blue) = 101+0+44=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #65002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65002C is #9AFFD3. Grayscale: #232323. Windows color (decimal): -10158036 or 2883685. OLE color: 2883685.

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

Color convert

RGB101044-
CMYK010.560.60
HSL333.86º100%19.8%-
HSV(B)333.86º100%39.61%-
XYZ5.822.952.65-
YUV35.21132.96174.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=69.66%
G=0%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101044010.560.60333.8610019.8
Hex6502C064383C14e6414
Octal1450540144707451614424
Binary1100101010110001100100111000111100101001110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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