#65012B

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

Shades of Tyrian Purple #65012B

Tints of Tyrian Purple #65012B

Color information

#65012B (or 0x65012B) is unknown color: approx Tyrian Purple. HEX triplet: 65, 01 and 2B. RGB value is (101,1,43). Sum of RGB (Red+Green+Blue) = 101+1+43=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #65012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65012B is #9AFED4. Grayscale: #232323. Windows color (decimal): -10157781 or 2818405. OLE color: 2818405.

HSL color Cylindrical-coordinate representation of color #65012B: hue angle of 334.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65012B is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB101143-
CMYK00.990.570.60
HSL334.8º98.04%20%-
HSV(B)334.8º99.01%39.61%-
XYZ5.812.962.55-
YUV35.69132.13174.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.66%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=69.66%
G=0.69%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10114300.990.570.60334.898.0420
Hex6512B063393C14f6214
Octal1451530143717451714224
Binary1100101110101101100011111001111100101001111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65012B; }

 p { color: rgb(101,1,43); }

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

<style>
 a { background-color: #65012B; }

 a { background-color: rgb(101,1,43); }

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

<style>
 span { border-color: #65012B; }

 span { border-color: rgb(101,1,43); }

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