#65022B

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

Shades of Tyrian Purple #65022B

Tints of Tyrian Purple #65022B

Color information

#65022B (or 0x65022B) is unknown color: approx Tyrian Purple. HEX triplet: 65, 02 and 2B. RGB value is (101,2,43). Sum of RGB (Red+Green+Blue) = 101+2+43=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #65022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65022B is #9AFDD4. Grayscale: #242424. Windows color (decimal): -10157525 or 2818661. OLE color: 2818661.

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

Color convert

RGB101243-
CMYK00.980.570.60
HSL335.15º96.12%20.2%-
HSV(B)335.15º98.02%39.61%-
XYZ5.822.982.55-
YUV36.28131.8174.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.18%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=69.18%
G=1.37%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10124300.980.570.60335.1596.1220.2
Hex6522B062393C14f6014
Octal1452530142717451714024
Binary11001011010101101100010111001111100101001111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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