#65022A

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

Shades of Tyrian Purple #65022A

Tints of Tyrian Purple #65022A

Color information

#65022A (or 0x65022A) is unknown color: approx Tyrian Purple. HEX triplet: 65, 02 and 2A. RGB value is (101,2,42). Sum of RGB (Red+Green+Blue) = 101+2+42=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #65022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65022A is #9AFDD5. Grayscale: #242424. Windows color (decimal): -10157526 or 2753125. OLE color: 2753125.

HSL color Cylindrical-coordinate representation of color #65022A: hue angle of 335.76º 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 #65022A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB101242-
CMYK00.980.580.60
HSL335.76º96.12%20.2%-
HSV(B)335.76º98.02%39.61%-
XYZ5.812.982.46-
YUV36.16131.3174.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.66%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=69.66%
G=1.38%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10124200.980.580.60335.7696.1220.2
Hex6522A0623A3C1506014
Octal1452520142727452014024
Binary11001011010101001100010111010111100101010000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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