#65023F

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

Shades of Tyrian Purple #65023F

Tints of Tyrian Purple #65023F

Color information

#65023F (or 0x65023F) is unknown color: approx Tyrian Purple. HEX triplet: 65, 02 and 3F. RGB value is (101,2,63). Sum of RGB (Red+Green+Blue) = 101+2+63=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #65023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65023F is #9AFDC0. Grayscale: #262626. Windows color (decimal): -10157505 or 4129381. OLE color: 4129381.

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

Color convert

RGB101263-
CMYK00.980.380.60
HSL323.03º96.12%20.2%-
HSV(B)323.03º98.02%39.61%-
XYZ6.293.174.98-
YUV38.56141.8172.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.84%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 63 (25% from 255) = 37.95%
R=60.84%
G=1.20%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10126300.980.380.60323.0396.1220.2
Hex6523F062263C1436014
Octal1452770142467450314024
Binary11001011011111101100010100110111100101000011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65023F; }

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

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

<style>
 a { background-color: #65023F; }

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

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

<style>
 span { border-color: #65023F; }

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

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