#65072D

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

Shades of Tyrian Purple #65072D

Tints of Tyrian Purple #65072D

Color information

#65072D (or 0x65072D) is unknown color: approx Tyrian Purple. HEX triplet: 65, 07 and 2D. RGB value is (101,7,45). Sum of RGB (Red+Green+Blue) = 101+7+45=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #65072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65072D is #9AF8D2. Grayscale: #272727. Windows color (decimal): -10156243 or 2951013. OLE color: 2951013.

HSL color Cylindrical-coordinate representation of color #65072D: hue angle of 335.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65072D is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB101745-
CMYK00.930.550.60
HSL335.74º87.04%21.18%-
HSV(B)335.74º93.07%39.61%-
XYZ5.923.112.77-
YUV39.44131.14171.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.01%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=66.01%
G=4.58%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10174500.930.550.60335.7487.0421.18
Hex6572D05D373C1505715
Octal1457550135677452012725
Binary110010111110110101011101110111111100101010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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