#65072E

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

Shades of Tyrian Purple #65072E

Tints of Tyrian Purple #65072E

Color information

#65072E (or 0x65072E) is unknown color: approx Tyrian Purple. HEX triplet: 65, 07 and 2E. RGB value is (101,7,46). Sum of RGB (Red+Green+Blue) = 101+7+46=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #65072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65072E is #9AF8D1. Grayscale: #272727. Windows color (decimal): -10156242 or 3016549. OLE color: 3016549.

HSL color Cylindrical-coordinate representation of color #65072E: hue angle of 335.11º 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 #65072E is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB101746-
CMYK00.930.540.60
HSL335.11º87.04%21.18%-
HSV(B)335.11º93.07%39.61%-
XYZ5.943.122.87-
YUV39.55131.64171.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.58%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=65.58%
G=4.55%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10174600.930.540.60335.1187.0421.18
Hex6572E05D363C14f5715
Octal1457560135667451712725
Binary110010111110111001011101110110111100101001111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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