#650254

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

Shades of Tyrian Purple #650254

Tints of Tyrian Purple #650254

Color information

#650254 (or 0x650254) is unknown color: approx Tyrian Purple. HEX triplet: 65, 02 and 54. RGB value is (101,2,84). Sum of RGB (Red+Green+Blue) = 101+2+84=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #650254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650254 is #9AFDAB. Grayscale: #282828. Windows color (decimal): -10157484 or 5505637. OLE color: 5505637.

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

Color convert

RGB101284-
CMYK00.980.170.60
HSL310.3º96.12%20.2%-
HSV(B)310.3º98.02%39.61%-
XYZ6.993.458.69-
YUV40.95152.3170.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.01%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=54.01%
G=1.07%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10128400.980.170.60310.396.1220.2
Hex65254062113C1366014
Octal14521240142217446614024
Binary11001011010101000110001010001111100100110110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650254; }

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

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

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

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

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

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

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

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